Skip to content

Commit

Permalink
Add import for SSM association
Browse files Browse the repository at this point in the history
  • Loading branch information
ryndaniels committed Sep 10, 2019
1 parent 3718a09 commit 51d5e21
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 94 deletions.
3 changes: 3 additions & 0 deletions aws/resource_aws_ssm_association.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ func resourceAwsSsmAssociation() *schema.Resource {
Read: resourceAwsSsmAssociationRead,
Update: resourceAwsSsmAssociationUpdate,
Delete: resourceAwsSsmAssociationDelete,
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},

MigrateState: resourceAwsSsmAssociationMigrateState,
SchemaVersion: 1,
Expand Down
Loading

0 comments on commit 51d5e21

Please sign in to comment.