Skip to content

Commit

Permalink
Merge pull request #4314 from kl4w/data_aws_instance_missing_attribute
Browse files Browse the repository at this point in the history
d/aws_instance: add missing disable_api_termination attribute
  • Loading branch information
bflad authored Apr 23, 2018
2 parents 35f30a4 + c4833e7 commit be11532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws/data_source_aws_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ func dataSourceAwsInstance() *schema.Resource {
},
},
},
"disable_api_termination": {
Type: schema.TypeBool,
Computed: true,
},
},
}
}
Expand Down

0 comments on commit be11532

Please sign in to comment.