mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user