Merge pull request #898 from bitglue/subnet_update
Avoid unnecessary updating of aws_subnet
This commit is contained in:
commit
255d39b01b
|
@ -41,6 +41,7 @@ func resourceAwsSubnet() *schema.Resource {
|
|||
"map_public_ip_on_launch": &schema.Schema{
|
||||
Type: schema.TypeBool,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"tags": tagsSchema(),
|
||||
|
|
Loading…
Reference in New Issue