user data replace on change

From wikieduonline
Revision as of 10:29, 27 June 2023 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

user_data_replace_on_change (ref)


Terraform will perform the following actions:

 # aws_instance.your_example will be updated in-place
 ~ resource "aws_instance" "your_example" {
       id                                   = "i-05a1421fe12313"
       tags                                 = {
           "Env"  = "prod"
           "Name" = "Example"
       }
     ~ user_data_replace_on_change          = false -> true
       # (31 unchanged attributes hidden)

       # (7 unchanged blocks hidden)
   }

Plan: 0 to add, 1 to change, 0 to destroy.


Related

See also

Advertising: