Skip to content

Commit

Permalink
provider/aws: remove default from associate_public_ip_address
Browse files Browse the repository at this point in the history
I snuck this in with #2263 because thought it was simply a stylistic
clarity thing, but it actually generates a resource-replacement-forcing
diff for existing resources that don't have this set in the config.
Definitely don't want that. :P

/cc @catsby
  • Loading branch information
phinze committed Jun 8, 2015
1 parent ec5cef4 commit 60a5d11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builtin/providers/aws/resource_aws_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func resourceAwsInstance() *schema.Resource {

"associate_public_ip_address": &schema.Schema{
Type: schema.TypeBool,
Default: false,
ForceNew: true,
Optional: true,
},
Expand Down

0 comments on commit 60a5d11

Please sign in to comment.