Skip to content

Commit

Permalink
Merge pull request #10055 from terraform-providers/rfd-ssm-assn-import
Browse files Browse the repository at this point in the history
Add import for SSM association
  • Loading branch information
ryndaniels authored Sep 18, 2019
2 parents ed7a47f + 51d5e21 commit 21c1ec6
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 21c1ec6

Please sign in to comment.