6 lines
79 B
Terraform
6 lines
79 B
Terraform
|
resource "aws_instance" "web" {
|
||
|
lifecycle {
|
||
|
ignore_changes = ["*"]
|
||
|
}
|
||
|
}
|