-
Notifications
You must be signed in to change notification settings - Fork 910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permadiff in Cloud Run module #1435
Comments
I can reproduce the @ludoo can you double check and post example? I'm using:
|
module "cloud-run-1-0" {
source = "../cloud-foundation-fabric/modules/cloud-run"
project_id = module.project-svc-cr-1.project_id
name = "test-0"
region = "europe-west1"
containers = {
hello = {
image = "europe-west1-docker.pkg.dev/tf-playground-svpc-ar-0/test-0/nginx-hello:plain-text"
ports = {
http = {
container_port = 80
}
}
}
}
ingress_settings = "internal-and-cloud-load-balancing"
depends_on = [module.project-svc-ar-0]
} but don't worry, it was more like a self-memo to remember to get to it sooner or later |
wiktorn
added a commit
to wiktorn/cloud-foundation-fabric
that referenced
this issue
Jun 13, 2023
Ignore explicitly: * metadata.0.annotations["run.googleapis.com/operation-id"], * template.0.metadata.0.labels["run.googleapis.com/startupProbeType"] To remove permdiff in terraform plan. Not ignoring all changes in annotations as it implements some of the functionality and it prevents detecting drift. Related: GoogleCloudPlatform#1435, GoogleCloudPlatform#1269
wiktorn
added a commit
that referenced
this issue
Jun 13, 2023
Ignore explicitly: * metadata.0.annotations["run.googleapis.com/operation-id"], * template.0.metadata.0.labels["run.googleapis.com/startupProbeType"] To remove permdiff in terraform plan. Not ignoring all changes in annotations as it implements some of the functionality and it prevents detecting drift. Related: #1435, #1269
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: