We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aef070 commit 328a383Copy full SHA for 328a383
examples/templates/aws-linux/main.tf
@@ -255,6 +255,9 @@ resource "aws_instance" "dev" {
255
# Required if you are using our example policy, see template README
256
Coder_Provisioned = "true"
257
}
258
+ lifecycle {
259
+ ignore_changes = [ami]
260
+ }
261
262
263
resource "coder_metadata" "workspace_info" {
examples/templates/aws-windows/main.tf
@@ -191,6 +191,9 @@ resource "aws_instance" "dev" {
191
192
193
194
195
196
197
198
199
0 commit comments