Skip to content

Commit

Permalink
Add note about ami_id being sticky in the description
Browse files Browse the repository at this point in the history
  • Loading branch information
automationforthepeople committed Apr 4, 2023
1 parent 758dcff commit d48dfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "app" {

variable "ami_id" {
type = string
description = "ID of AMI to deploy via launch configuration"
description = "ID of AMI to deploy via launch configuration. This variable is sticky. You must populate it with a valid AMI ID the first time this module is applied. After that it is optional."
default = ""
}

Expand Down

0 comments on commit d48dfff

Please sign in to comment.