6 lines
77 B
Terraform
6 lines
77 B
Terraform
|
resource "aws_instance" "web" {
|
||
|
lifecycle {
|
||
|
ignore_changes = all
|
||
|
}
|
||
|
}
|