mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-10 08:03:08 -06:00
Merge pull request #262 from shin1x1/master
Typo: associate_public_ip_address parameter name in resource_aws_instance.go
This commit is contained in:
commit
946a07537a
@ -127,7 +127,7 @@ func resourceAwsInstanceCreate(d *schema.ResourceData, meta interface{}) error {
|
||||
}
|
||||
|
||||
associatePublicIPAddress := false
|
||||
if v := d.Get("associate_public_ip_addresss"); v != nil {
|
||||
if v := d.Get("associate_public_ip_address"); v != nil {
|
||||
associatePublicIPAddress = v.(bool)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user