Skip to content
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

feat: deploy argocd application #92

Merged
merged 8 commits into from
Feb 1, 2025
Merged

feat: deploy argocd application #92

merged 8 commits into from
Feb 1, 2025

Conversation

mulmuri
Copy link
Member

@mulmuri mulmuri commented Feb 1, 2025

No description provided.

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Plan Error

Show Output
running "/usr/bin/terraform init -input=false -upgrade" in "/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev": exit status 1
Initializing the backend...

Successfully configured the backend "gcs"! Terraform will automatically
use this backend unless the backend configuration changes.
Upgrading modules...
- acme in ../../modules/cloudflare/acme
- argocd in ../../modules/infra/argocd
- cert_manager in ../../modules/infra/cert-manager
- cloudflare in ../../modules/cloudflare
- gce in ../../modules/gcp/gce
- gcs in ../../modules/gcp/gcs
- gke in ../../modules/gcp/gke
- harbor in ../../modules/infra/harbor
- iam in ../../modules/gcp/iam
- istio in ../../modules/infra/istio
- namespace in ../../modules/gcp/gke/namespace
- service in ../../modules/gcp/service
- vault in ../../modules/infra/vault
Initializing provider plugins...
- Finding latest version of hashicorp/helm...
- Finding argoproj-labs/argocd versions matching "7.3.0"...
- Finding latest version of hashicorp/argocd...
- Finding vancluever/acme versions matching "2.29.0"...
- Finding kbst/kustomization versions matching "0.9.6"...
- Finding cloudflare/cloudflare versions matching "~> 4.0, 5.0.0-rc1"...
- Finding hashicorp/google versions matching "4.84.0"...
- Finding gavinbunney/kubectl versions matching ">= 1.14.0"...
- Finding latest version of hashicorp/tls...
- Finding latest version of hashicorp/kubernetes...
- Installing hashicorp/helm v2.17.0...
- Installed hashicorp/helm v2.17.0 (signed by HashiCorp)
- Installing hashicorp/google v4.84.0...
- Installed hashicorp/google v4.84.0 (signed by HashiCorp)
- Installing hashicorp/tls v4.0.6...
- Installed hashicorp/tls v4.0.6 (signed by HashiCorp)
- Installing gavinbunney/kubectl v1.19.0...
- Installed gavinbunney/kubectl v1.19.0 (self-signed, key ID 1E1CE42504F5FBB2)
- Installing hashicorp/kubernetes v2.35.1...
- Installed hashicorp/kubernetes v2.35.1 (signed by HashiCorp)
- Installing argoproj-labs/argocd v7.3.0...
- Installed argoproj-labs/argocd v7.3.0 (self-signed, key ID 6421DA8DFD8F48D0)
- Installing vancluever/acme v2.29.0...
- Installed vancluever/acme v2.29.0 (self-signed, key ID 974239543C576C78)
- Installing kbst/kustomization v0.9.6...
- Installed kbst/kustomization v0.9.6 (self-signed, key ID A72E13094BE75DDF)
- Installing cloudflare/cloudflare v5.0.0-rc1...
- Installed cloudflare/cloudflare v5.0.0-rc1 (self-signed, key ID C76001609EE3B136)
Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html
╷
│ Error: Failed to query available provider packages
│ 
│ Could not retrieve the list of available versions for provider
│ hashicorp/argocd: provider registry registry.terraform.io does not have a
│ provider named registry.terraform.io/hashicorp/argocd
│ 
│ Did you intend to use argoproj-labs/argocd? If so, you must specify that
│ source address in each module which requires that provider. To see which
│ modules are currently depending on hashicorp/argocd, run the following
│ command:
│     terraform providers
╵

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Plan Error

running "/usr/bin/terraform plan -input=false -refresh -out \"/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev/default.tfplan\"" in "/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev": exit status 1
Acquiring state lock. This may take a few moments...
Releasing state lock. This may take a few moments...
╷
│ Error: Missing required argument
│ 
│   on main.tf line 79, in module "argocd":
│   79: module "argocd" {
│ 
│ The argument "argocd_auth_token" is required, but no definition was found.
╵

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Show Output
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
~ update in-place

Terraform will perform the following actions:

  # module.argocd.argocd_application.fetch-system-worker will be created
+ resource "argocd_application" "fetch-system-worker" {
      + cascade  = true
      + id       = (known after apply)
      + status   = (known after apply)
      + validate = true
      + wait     = true

      + metadata {
          + generation       = (known after apply)
          + name             = "fetch-system-worker"
          + namespace        = "fetch-system"
          + resource_version = (known after apply)
          + uid              = (known after apply)
        }

      + spec {
          + project                = "default"
          + revision_history_limit = 10

          + destination {
                name      = null
              + namespace = "fetch-system"
              + server    = "https://kubernetes.default.svc"
            }

          + source {
              + path            = "fetch-system.streams/worker/overlays/dev"
              + repo_url        = "https://github.com/goboolean/manifests"
              + target_revision = "main"
            }

          + sync_policy {
              + sync_options = []

              + automated {
                  + allow_empty = true
                  + prune       = true
                  + self_heal   = true
                }

              + retry {
                  + limit = "5"

                  + backoff {
                      + duration     = "30s"
                      + factor       = "2"
                      + max_duration = "2m"
                    }
                }
            }
        }
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"] will be updated in-place
~ resource "kustomization_resource" "p0" {
        id       = "7db70379-d1ec-4ec9-99d3-566d430843c8"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"] will be updated in-place
~ resource "kustomization_resource" "p0" {
        id       = "0772027f-9894-4150-81ba-f0143662109e"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"] will be updated in-place
~ resource "kustomization_resource" "p0" {
        id       = "0278309a-63ae-4716-9a5b-d5d8a4d3dfb9"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "01006b74-2adb-48e3-be83-abaa477d5bcd"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "60fc3da3-3ce9-44f6-9244-b290f4f79f21"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "cdbd8c55-8bfe-45dd-aa1b-4298d19d547c"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "2e02253b-a98d-4c83-8fc1-51edf514e599"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "c0c69966-7c41-451b-8a9a-466859d07f64"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "d053a5b7-d991-4003-a30e-8a57616d8bf0"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "3a1dc684-ae25-48c7-9136-533eb645518a"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "dd2140f2-f1a9-44f1-91c2-eb71f07199dd"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "8508fd97-0bf0-4316-98d1-afe7b3ebeb2d"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "83f0d49d-1172-402b-966d-f7e55adcc1c5"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "ffa05e42-ea3d-4354-bda2-55d155203188"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "dd0f94da-6e2e-4dbd-af31-60a7d1a8ba11"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "da00e02a-a919-4d02-8e7f-18df5ad142ba"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "42057924-5f2f-4db8-abe6-86d43f5a7bac"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "d6724f27-e4b0-4b47-9cf2-78b1e53f2e48"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "c3599423-32e2-4726-9d7d-867b01ad8fd0"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "9c821e84-dbae-4c87-89f5-c316b3b64ef5"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "f9fb56ae-b49b-48ee-88c0-91250dc9decb"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "e90bb247-45c0-45e8-b719-31cdaebd2984"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "3ee94154-c5e4-4f78-8bd2-b684da822e26"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "24c4c877-6b3b-45e3-874e-c3e4c9cfee38"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "c9a1c826-df67-4905-bfb8-ce5fc2774a3e"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "f7d5c89b-647b-480a-9f00-a43433e328b1"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "5b1ef219-92d7-4a9a-8a9c-2ed8198da406"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "7ac7e86d-a0a0-46cb-bcfd-d57dd8dfd3d3"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "30460cd4-1001-427e-acf7-319c997f4414"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "c815b3cc-ace0-403e-b19c-fa2f80722906"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "58c5bf67-fa3d-42dc-9bd3-98497d12c958"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "313278d1-5020-4574-ad89-f745693a928d"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "622cec02-0844-4dc8-b17d-c6b644815a82"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "83db1d4f-ca99-4a1a-bb23-9a5ada049dee"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "613ebfef-838c-4314-80a5-a5e18f8b0f4c"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "fde396f2-40f4-46e9-968d-480b8af988a8"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "5dfb1420-c6f5-43b5-ada6-5b6bb6b3298f"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "a8b994d1-29b1-4459-afc6-6fa4b7316ce7"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "3fb20f91-ccca-4ed1-bf65-aa7e977bb78d"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "cbd7fb97-6602-4f74-8333-df0a1151cd93"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "e5c3a9fc-2906-468b-acec-36836a3557d2"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "6596b810-2d75-409a-9472-18231560f2c1"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "b5fded92-2094-4d90-8e60-31e0f3d4f774"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "4a460875-8a01-4d71-af3b-75abc53172c5"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "009f579a-2bed-483c-ac7a-6de2744efdc9"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "eace4bea-44f7-4150-a5a3-6dc281354ec3"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "b499e5ae-2013-4d10-8ac4-2b5756a362d8"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "d8aa3e71-61de-4430-85f9-534ab9c17779"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "f01b282a-a5fb-4e84-a179-54555393aaf3"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "a34f2538-d23c-407b-ab88-5a9704fa4f55"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "c14f3521-4f19-44f1-86c0-a63823be75e7"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "4d98c1ae-7586-4608-8d22-ee3f84b1de56"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "5447c697-9bbd-452b-83d3-2aefee21d83b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "565127c4-7c07-4101-b2dd-fba4a853ef7f"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "84d5e475-0a52-44dc-82be-14a124ebdb4e"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.gce.google_compute_instance.default will be updated in-place
~ resource "google_compute_instance" "default" {
        id                   = "projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis"
      ~ metadata             = {
          - "ssh-keys" = <<-EOT
                goboolean241225:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPiywoR1IVfGRRgmwCdWmiGWlNBd3AHIoz6k0JDb6Wn3HFd9iX3ZIsySinefNKytMBzE/i7K/k5VYfYd9ZwrZoM= google-ssh {"userName":"[email protected]","expireOn":"2025-02-01T03:56:54+0000"}
                goboolean241225:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdO0CUjmxuNTnQUEYZCmYHB+PZM4ZkOkZhhjo/NZaeprA7NkKLb4MJ9I9OWev7vMvnHJouEmTDWvWD8isDEOWed6syT2rs1K9S5MQyT7Rq6CCKFwdDsFKTrcdw3zEY/vJJDSoWAarXMe95Apwv6Z3jW+l7BMwcqiaejYRDyresCXYBstS0uDOR9QSTBMTITFL6y5quElvFKpUMZmsSuohFcJXxx1fVxKQkwqfckDRUqbHb/k4FPsYVIJ2aKVzvRlt/PLP39tmJC9sOxvFEpEHO4u2SV6M9l74Z/f6WuyoKTT/2rndbmgsoCXGQ+9uiX6Z+RbFb6mwmFl1o5XKEn1OD google-ssh {"userName":"[email protected]","expireOn":"2025-02-01T03:56:59+0000"}
            EOT -> null
        }
        name                 = "atlantis"
        tags                 = [
            "atlantis-server",
        ]
        # (19 unchanged attributes hidden)

        # (5 unchanged blocks hidden)
    }

Plan: 1 to add, 56 to change, 0 to destroy.

  • ▶️ To apply this plan, comment:
    • atlantis apply -d projects/dev
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -d projects/dev
Plan: 1 to add, 56 to change, 0 to destroy.
  • ⏩ To apply all unapplied plans from this pull request, comment:
    • atlantis apply
  • 🚮 To delete all plans and locks for the PR, comment:
    • atlantis unlock

@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

atlantis apply

@goboolean-io
Copy link
Contributor

Ran Apply for dir: projects/dev workspace: default

Apply Error

Show Output
running "/usr/bin/terraform apply -input=false \"/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev/default.tfplan\"" in "/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev": exit status 1
module.gce.google_compute_instance.default: Modifying... [id=projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"]: Modifying... [id=0278309a-63ae-4716-9a5b-d5d8a4d3dfb9]
module.argocd.argocd_application.fetch-system-worker: Creating...
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"]: Modifying... [id=7db70379-d1ec-4ec9-99d3-566d430843c8]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"]: Modifying... [id=0772027f-9894-4150-81ba-f0143662109e]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"]: Modifications complete after 0s [id=0278309a-63ae-4716-9a5b-d5d8a4d3dfb9]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"]: Modifications complete after 0s [id=7db70379-d1ec-4ec9-99d3-566d430843c8]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"]: Modifications complete after 0s [id=0772027f-9894-4150-81ba-f0143662109e]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"]: Modifying... [id=f7d5c89b-647b-480a-9f00-a43433e328b1]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"]: Modifying... [id=e5c3a9fc-2906-468b-acec-36836a3557d2]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"]: Modifying... [id=6596b810-2d75-409a-9472-18231560f2c1]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"]: Modifying... [id=83db1d4f-ca99-4a1a-bb23-9a5ada049dee]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"]: Modifying... [id=613ebfef-838c-4314-80a5-a5e18f8b0f4c]
module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"]: Modifying... [id=622cec02-0844-4dc8-b17d-c6b644815a82]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"]: Modifications complete after 0s [id=f7d5c89b-647b-480a-9f00-a43433e328b1]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"]: Modifying... [id=2e02253b-a98d-4c83-8fc1-51edf514e599]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"]: Modifications complete after 0s [id=6596b810-2d75-409a-9472-18231560f2c1]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"]: Modifying... [id=5dfb1420-c6f5-43b5-ada6-5b6bb6b3298f]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"]: Modifications complete after 0s [id=e5c3a9fc-2906-468b-acec-36836a3557d2]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"]: Modifications complete after 0s [id=613ebfef-838c-4314-80a5-a5e18f8b0f4c]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"]: Modifications complete after 0s [id=83db1d4f-ca99-4a1a-bb23-9a5ada049dee]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"]: Modifications complete after 0s [id=5dfb1420-c6f5-43b5-ada6-5b6bb6b3298f]
module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"]: Modifications complete after 0s [id=622cec02-0844-4dc8-b17d-c6b644815a82]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"]: Modifications complete after 0s [id=2e02253b-a98d-4c83-8fc1-51edf514e599]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"]: Modifying... [id=5447c697-9bbd-452b-83d3-2aefee21d83b]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"]: Modifications complete after 0s [id=5447c697-9bbd-452b-83d3-2aefee21d83b]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"]: Modifying... [id=c14f3521-4f19-44f1-86c0-a63823be75e7]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"]: Modifying... [id=c3599423-32e2-4726-9d7d-867b01ad8fd0]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"]: Modifying... [id=cdbd8c55-8bfe-45dd-aa1b-4298d19d547c]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"]: Modifying... [id=f01b282a-a5fb-4e84-a179-54555393aaf3]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Modifying... [id=30460cd4-1001-427e-acf7-319c997f4414]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"]: Modifications complete after 0s [id=cdbd8c55-8bfe-45dd-aa1b-4298d19d547c]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"]: Modifications complete after 0s [id=c14f3521-4f19-44f1-86c0-a63823be75e7]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"]: Modifications complete after 0s [id=c3599423-32e2-4726-9d7d-867b01ad8fd0]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"]: Modifying... [id=8508fd97-0bf0-4316-98d1-afe7b3ebeb2d]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"]: Modifying... [id=4a460875-8a01-4d71-af3b-75abc53172c5]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Modifications complete after 1s [id=30460cd4-1001-427e-acf7-319c997f4414]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"]: Modifications complete after 1s [id=f01b282a-a5fb-4e84-a179-54555393aaf3]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"]: Modifications complete after 1s [id=8508fd97-0bf0-4316-98d1-afe7b3ebeb2d]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"]: Modifications complete after 1s [id=4a460875-8a01-4d71-af3b-75abc53172c5]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"]: Modifying... [id=b499e5ae-2013-4d10-8ac4-2b5756a362d8]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"]: Modifications complete after 0s [id=b499e5ae-2013-4d10-8ac4-2b5756a362d8]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"]: Modifying... [id=9c821e84-dbae-4c87-89f5-c316b3b64ef5]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"]: Modifying... [id=83f0d49d-1172-402b-966d-f7e55adcc1c5]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"]: Modifying... [id=d8aa3e71-61de-4430-85f9-534ab9c17779]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"]: Modifications complete after 0s [id=9c821e84-dbae-4c87-89f5-c316b3b64ef5]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"]: Modifying... [id=84d5e475-0a52-44dc-82be-14a124ebdb4e]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"]: Modifications complete after 0s [id=83f0d49d-1172-402b-966d-f7e55adcc1c5]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"]: Modifying... [id=c815b3cc-ace0-403e-b19c-fa2f80722906]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"]: Modifying... [id=a34f2538-d23c-407b-ab88-5a9704fa4f55]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"]: Modifications complete after 0s [id=d8aa3e71-61de-4430-85f9-534ab9c17779]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"]: Modifying... [id=ffa05e42-ea3d-4354-bda2-55d155203188]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"]: Modifying... [id=565127c4-7c07-4101-b2dd-fba4a853ef7f]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"]: Modifications complete after 0s [id=c815b3cc-ace0-403e-b19c-fa2f80722906]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"]: Modifying... [id=e90bb247-45c0-45e8-b719-31cdaebd2984]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"]: Modifications complete after 0s [id=84d5e475-0a52-44dc-82be-14a124ebdb4e]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"]: Modifications complete after 0s [id=a34f2538-d23c-407b-ab88-5a9704fa4f55]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"]: Modifications complete after 0s [id=ffa05e42-ea3d-4354-bda2-55d155203188]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"]: Modifications complete after 0s [id=565127c4-7c07-4101-b2dd-fba4a853ef7f]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"]: Modifying... [id=cbd7fb97-6602-4f74-8333-df0a1151cd93]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"]: Modifications complete after 1s [id=e90bb247-45c0-45e8-b719-31cdaebd2984]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"]: Modifications complete after 1s [id=cbd7fb97-6602-4f74-8333-df0a1151cd93]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"]: Modifying... [id=b5fded92-2094-4d90-8e60-31e0f3d4f774]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"]: Modifying... [id=4d98c1ae-7586-4608-8d22-ee3f84b1de56]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"]: Modifications complete after 0s [id=b5fded92-2094-4d90-8e60-31e0f3d4f774]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Modifying... [id=7ac7e86d-a0a0-46cb-bcfd-d57dd8dfd3d3]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"]: Modifying... [id=eace4bea-44f7-4150-a5a3-6dc281354ec3]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"]: Modifying... [id=dd0f94da-6e2e-4dbd-af31-60a7d1a8ba11]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"]: Modifying... [id=f9fb56ae-b49b-48ee-88c0-91250dc9decb]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"]: Modifying... [id=fde396f2-40f4-46e9-968d-480b8af988a8]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Modifying... [id=313278d1-5020-4574-ad89-f745693a928d]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"]: Modifications complete after 0s [id=eace4bea-44f7-4150-a5a3-6dc281354ec3]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"]: Modifications complete after 0s [id=dd0f94da-6e2e-4dbd-af31-60a7d1a8ba11]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"]: Modifications complete after 0s [id=4d98c1ae-7586-4608-8d22-ee3f84b1de56]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"]: Modifications complete after 0s [id=f9fb56ae-b49b-48ee-88c0-91250dc9decb]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"]: Modifications complete after 0s [id=fde396f2-40f4-46e9-968d-480b8af988a8]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Modifications complete after 0s [id=7ac7e86d-a0a0-46cb-bcfd-d57dd8dfd3d3]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Modifications complete after 0s [id=313278d1-5020-4574-ad89-f745693a928d]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"]: Modifying... [id=3fb20f91-ccca-4ed1-bf65-aa7e977bb78d]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"]: Modifications complete after 0s [id=3fb20f91-ccca-4ed1-bf65-aa7e977bb78d]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"]: Modifying... [id=60fc3da3-3ce9-44f6-9244-b290f4f79f21]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"]: Modifying... [id=3ee94154-c5e4-4f78-8bd2-b684da822e26]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"]: Modifying... [id=009f579a-2bed-483c-ac7a-6de2744efdc9]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"]: Modifying... [id=c9a1c826-df67-4905-bfb8-ce5fc2774a3e]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"]: Modifying... [id=42057924-5f2f-4db8-abe6-86d43f5a7bac]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"]: Modifications complete after 1s [id=60fc3da3-3ce9-44f6-9244-b290f4f79f21]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"]: Modifying... [id=3a1dc684-ae25-48c7-9136-533eb645518a]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"]: Modifications complete after 1s [id=3ee94154-c5e4-4f78-8bd2-b684da822e26]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"]: Modifying... [id=24c4c877-6b3b-45e3-874e-c3e4c9cfee38]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"]: Modifications complete after 1s [id=c9a1c826-df67-4905-bfb8-ce5fc2774a3e]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"]: Modifications complete after 1s [id=42057924-5f2f-4db8-abe6-86d43f5a7bac]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"]: Modifications complete after 1s [id=009f579a-2bed-483c-ac7a-6de2744efdc9]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"]: Modifications complete after 0s [id=3a1dc684-ae25-48c7-9136-533eb645518a]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"]: Modifications complete after 0s [id=24c4c877-6b3b-45e3-874e-c3e4c9cfee38]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"]: Modifying... [id=d6724f27-e4b0-4b47-9cf2-78b1e53f2e48]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"]: Modifications complete after 0s [id=d6724f27-e4b0-4b47-9cf2-78b1e53f2e48]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"]: Modifying... [id=d053a5b7-d991-4003-a30e-8a57616d8bf0]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"]: Modifying... [id=01006b74-2adb-48e3-be83-abaa477d5bcd]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"]: Modifying... [id=c0c69966-7c41-451b-8a9a-466859d07f64]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"]: Modifications complete after 0s [id=d053a5b7-d991-4003-a30e-8a57616d8bf0]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"]: Modifying... [id=a8b994d1-29b1-4459-afc6-6fa4b7316ce7]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"]: Modifications complete after 0s [id=01006b74-2adb-48e3-be83-abaa477d5bcd]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Modifying... [id=58c5bf67-fa3d-42dc-9bd3-98497d12c958]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"]: Modifications complete after 0s [id=c0c69966-7c41-451b-8a9a-466859d07f64]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Modifying... [id=5b1ef219-92d7-4a9a-8a9c-2ed8198da406]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"]: Modifying... [id=da00e02a-a919-4d02-8e7f-18df5ad142ba]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"]: Modifications complete after 0s [id=a8b994d1-29b1-4459-afc6-6fa4b7316ce7]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"]: Modifying... [id=dd2140f2-f1a9-44f1-91c2-eb71f07199dd]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Modifications complete after 0s [id=5b1ef219-92d7-4a9a-8a9c-2ed8198da406]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"]: Modifications complete after 0s [id=dd2140f2-f1a9-44f1-91c2-eb71f07199dd]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Modifications complete after 0s [id=58c5bf67-fa3d-42dc-9bd3-98497d12c958]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"]: Modifications complete after 0s [id=da00e02a-a919-4d02-8e7f-18df5ad142ba]
module.gce.google_compute_instance.default: Still modifying... [id=projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis, 10s elapsed]
module.argocd.argocd_application.fetch-system-worker: Still creating... [10s elapsed]
module.gce.google_compute_instance.default: Modifications complete after 12s [id=projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis]
╷
│ Error: failed to initialize account client
│ 
│   with module.argocd.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize application client
│ 
│   with module.argocd.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize application set client
│ 
│   with module.argocd.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize certificate client
│ 
│   with module.argocd.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize cluster client
│ 
│   with module.argocd.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize GPG keys client
│ 
│   with module.argocd.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize project client
│ 
│   with module.argocd.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize repository client
│ 
│   with module.argocd.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize repository credentials client
│ 
│   with module.argocd.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize session client
│ 
│   with module.argocd.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize version client
│ 
│   with module.argocd.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Plan Error

Show Output
running "/usr/bin/terraform init -input=false -upgrade" in "/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev": exit status 1
Initializing the backend...

Successfully configured the backend "gcs"! Terraform will automatically
use this backend unless the backend configuration changes.
Upgrading modules...
- acme in ../../modules/cloudflare/acme
- argocd in ../../modules/infra/argocd
- argocd-application in ../../modules/infra/argocd/application
- cert_manager in ../../modules/infra/cert-manager
- cloudflare in ../../modules/cloudflare
- gce in ../../modules/gcp/gce
- gcs in ../../modules/gcp/gcs
- gke in ../../modules/gcp/gke
- harbor in ../../modules/infra/harbor
- iam in ../../modules/gcp/iam
- istio in ../../modules/infra/istio
- namespace in ../../modules/gcp/gke/namespace
- service in ../../modules/gcp/service
- vault in ../../modules/infra/vault
Initializing provider plugins...
- Finding latest version of hashicorp/kubernetes...
- Finding gavinbunney/kubectl versions matching ">= 1.14.0"...
- Finding argoproj-labs/argocd versions matching "7.3.0"...
- Finding cloudflare/cloudflare versions matching "~> 4.0, 5.0.0-rc1"...
- Finding vancluever/acme versions matching "2.29.0"...
- Finding latest version of hashicorp/helm...
- Finding latest version of hashicorp/tls...
- Finding latest version of hashicorp/argocd...
- Finding kbst/kustomization versions matching "0.9.6"...
- Finding hashicorp/google versions matching "4.84.0"...
- Installing gavinbunney/kubectl v1.19.0...
- Installed gavinbunney/kubectl v1.19.0 (self-signed, key ID 1E1CE42504F5FBB2)
- Installing argoproj-labs/argocd v7.3.0...
- Installed argoproj-labs/argocd v7.3.0 (self-signed, key ID 6421DA8DFD8F48D0)
- Installing vancluever/acme v2.29.0...
- Installed vancluever/acme v2.29.0 (self-signed, key ID 974239543C576C78)
- Installing hashicorp/helm v2.17.0...
- Installed hashicorp/helm v2.17.0 (signed by HashiCorp)
- Installing hashicorp/tls v4.0.6...
- Installed hashicorp/tls v4.0.6 (signed by HashiCorp)
- Installing kbst/kustomization v0.9.6...
- Installed kbst/kustomization v0.9.6 (self-signed, key ID A72E13094BE75DDF)
- Installing hashicorp/google v4.84.0...
- Installed hashicorp/google v4.84.0 (signed by HashiCorp)
- Installing hashicorp/kubernetes v2.35.1...
- Installed hashicorp/kubernetes v2.35.1 (signed by HashiCorp)
- Installing cloudflare/cloudflare v5.0.0-rc1...
- Installed cloudflare/cloudflare v5.0.0-rc1 (self-signed, key ID C76001609EE3B136)
Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html
╷
│ Error: Failed to query available provider packages
│ 
│ Could not retrieve the list of available versions for provider
│ hashicorp/argocd: provider registry registry.terraform.io does not have a
│ provider named registry.terraform.io/hashicorp/argocd
│ 
│ Did you intend to use argoproj-labs/argocd? If so, you must specify that
│ source address in each module which requires that provider. To see which
│ modules are currently depending on hashicorp/argocd, run the following
│ command:
│     terraform providers
╵

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Show Output
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create

Terraform will perform the following actions:

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"] will be created
+ resource "kustomization_resource" "p0" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = false
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"] will be created
+ resource "kustomization_resource" "p0" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = false
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"] will be created
+ resource "kustomization_resource" "p0" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = false
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-notifications-secret"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-secret"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-vault-plugin-credentials"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd-application.argocd_application.fetch-system-worker will be created
+ resource "argocd_application" "fetch-system-worker" {
      + cascade  = true
      + id       = (known after apply)
      + status   = (known after apply)
      + validate = true
      + wait     = true

      + metadata {
          + generation       = (known after apply)
          + name             = "fetch-system-worker"
          + namespace        = "fetch-system"
          + resource_version = (known after apply)
          + uid              = (known after apply)
        }

      + spec {
          + project                = "default"
          + revision_history_limit = 10

          + destination {
                name      = null
              + namespace = "fetch-system"
              + server    = "https://kubernetes.default.svc"
            }

          + source {
              + path            = "fetch-system.streams/worker/overlays/dev"
              + repo_url        = "https://github.com/goboolean/manifests"
              + target_revision = "main"
            }

          + sync_policy {
              + sync_options = []

              + automated {
                  + allow_empty = true
                  + prune       = true
                  + self_heal   = true
                }

              + retry {
                  + limit = "5"

                  + backoff {
                      + duration     = "30s"
                      + factor       = "2"
                      + max_duration = "2m"
                    }
                }
            }
        }
    }

Plan: 62 to add, 0 to change, 0 to destroy.

  • ▶️ To apply this plan, comment:
    • atlantis apply -d projects/dev
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -d projects/dev
Plan: 62 to add, 0 to change, 0 to destroy.
  • ⏩ To apply all unapplied plans from this pull request, comment:
    • atlantis apply
  • 🚮 To delete all plans and locks for the PR, comment:
    • atlantis unlock

@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

atlantis apply --auto-merge-method squash

@goboolean-io
Copy link
Contributor

Error: unknown flag: --auto-merge-method.
Usage of apply:
      --auto-merge-disabled   Disable automerge after apply.
  -d, --dir string            Apply the plan for this directory, relative to root of
                              repo, ex. 'child/dir'.
  -p, --project string        Apply the plan for this project. Refers to the name of
                              the project configured in atlantis.yaml. Cannot be
                              used at same time as workspace or dir flags.
      --verbose               Append Atlantis log to comment.
  -w, --workspace string      Apply the plan for this Terraform workspace.

@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

atlantis apply

@goboolean-io
Copy link
Contributor

Ran Apply for dir: projects/dev workspace: default

Apply Error

Show Output
running "/usr/bin/terraform apply -input=false \"/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev/default.tfplan\"" in "/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev": exit status 1
Acquiring state lock. This may take a few moments...
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"]: Creating...
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"]: Creation complete after 1s [id=be60fede-9556-40ca-9fbe-dec579f43690]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"]: Creating...
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"]: Creating...
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"]: Creation complete after 0s [id=44a3bae8-7057-4e7a-8963-4c645d106410]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"]: Creation complete after 2s [id=92692072-e34c-47e5-8897-6798ed808b95]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"]: Creation complete after 0s [id=4a27f435-e2a2-460b-af33-c4ffe0102001]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"]: Creation complete after 0s [id=015b825c-ee39-4ee8-a8c9-e0a830b1520c]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"]: Creation complete after 0s [id=d87eb927-f865-47ac-a525-8fd20eaa5d8a]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"]: Creation complete after 0s [id=c30d5dba-e5cd-43c2-8c46-40baec6c0e52]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"]: Creation complete after 0s [id=10dc4bf6-04c7-4a7d-a008-088fc1e74f53]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"]: Creation complete after 0s [id=ad19748b-bc78-41ba-8a28-9211155ca2d4]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"]: Creation complete after 0s [id=5f37dfc5-5513-471b-b0d4-797003901e61]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"]: Creation complete after 0s [id=6470fba7-ae2e-4579-bfd9-7e0ab729ebfc]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-vault-plugin-credentials"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"]: Creation complete after 0s [id=4aafe68b-0094-4320-8596-45716dd249b3]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"]: Creation complete after 1s [id=0f7fae62-592d-4550-b3a5-92c880db5d8f]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"]: Creation complete after 1s [id=733c0a7c-f1c4-451e-ba37-cc9be9ec50ef]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"]: Creation complete after 1s [id=3408fe16-7612-4d17-906b-0043dfabd04c]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"]: Creation complete after 1s [id=0b211128-b049-43ac-b018-49805c095ba5]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"]: Creation complete after 1s [id=3f4b4bd7-2ab8-4a06-a176-da393e1c1905]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-vault-plugin-credentials"]: Creation complete after 1s [id=91306d60-f53b-49e8-bddd-28fd3285cd3a]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"]: Creation complete after 1s [id=29953575-a3a7-4744-a1ea-acc40bdeaf87]
module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"]: Creation complete after 1s [id=3a96e10a-db15-4426-b46f-4a64e3f0cd54]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"]: Creation complete after 1s [id=23e3884a-a3a8-445e-8ce3-f5fca6f5de41]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"]: Creation complete after 1s [id=09a2dff3-3c6b-44dd-9f9f-d9bab2e4dc4f]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"]: Creation complete after 1s [id=cee92253-abed-4281-ad4f-773d4662151e]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"]: Creation complete after 1s [id=70b857e5-aac8-4b8a-8969-4e7ffa1401c0]
module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"]: Creation complete after 1s [id=fd868444-186b-4e26-89ad-39a64ffa3899]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"]: Creation complete after 1s [id=7874b1cd-ee8c-4d4b-b1e6-c8d190716378]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"]: Creation complete after 0s [id=ae8599f6-5f05-4189-aa69-82c6094e4731]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"]: Creation complete after 0s [id=37446feb-4cbc-41fa-9ad2-dd5a4fedbde1]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"]: Creation complete after 1s [id=d3f92f64-ba24-42fa-918d-836533947c78]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"]: Creating...
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Creating...
module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"]: Creation complete after 0s [id=3fa44569-8542-42b6-8467-4b3e5f62908a]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"]: Creation complete after 0s [id=1ef22685-1d9d-4e96-8fc7-c97ca29fcabb]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"]: Creation complete after 0s [id=c491a5ec-74ee-4657-9705-38bf168bcd6a]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"]: Creation complete after 0s [id=f188c2fc-10c7-4451-b5b3-d9d705e5c740]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"]: Creation complete after 0s [id=8d77e61e-aca7-4f25-84a1-13d5b4d49334]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-notifications-secret"]: Creating...
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-secret"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"]: Creation complete after 0s [id=e094e849-58cd-43d6-a86c-9b041707599c]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"]: Creation complete after 1s [id=7f8525c4-6cb1-4bd6-bba7-df61554258f8]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"]: Creation complete after 1s [id=13db2620-a1ff-4725-8894-d4a9808c3004]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"]: Creation complete after 1s [id=ad0ee9a5-e39b-4c01-8a9a-ef5f7089b657]
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-secret"]: Creation complete after 1s [id=b61dfc73-b794-4a56-8cbf-639c25f0203d]
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-notifications-secret"]: Creation complete after 1s [id=5273696a-36dd-4406-89c4-4ec86ac2b23e]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"]: Creating...
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"]: Creation complete after 0s [id=062876f8-3f74-4578-9cab-fe883cdba477]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"]: Creation complete after 0s [id=0edd9886-2533-4936-ad81-5f9cf790d4eb]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"]: Creation complete after 0s [id=1320736e-0ffe-47a8-b5dd-1ebc0ef092cc]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"]: Creation complete after 0s [id=62f631b2-d60f-48ee-96a2-eb8fc6460806]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"]: Creation complete after 0s [id=9ad2b0e8-2524-4fb5-b44a-064cc3e93d52]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"]: Creation complete after 0s [id=9d6065a3-7125-49d4-bc71-72d14f5a7dc5]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"]: Creation complete after 1s [id=e0b9a56b-1718-4d75-a7a6-c8d0b570a756]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"]: Creation complete after 0s [id=b8cd32e4-7aac-4140-a209-1909a272efe4]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"]: Creation complete after 0s [id=486ea2bd-2de8-4abe-a72a-e328335c605f]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"]: Creation complete after 0s [id=a11e33a8-e6a2-46e3-aa8d-e7c391be41a7]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"]: Creation complete after 0s [id=ea696932-94e9-4eda-a257-55ab86ac5ea7]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"]: Creation complete after 1s [id=2f2362f6-9022-4e04-a3f6-b0cfcbb205af]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"]: Creation complete after 1s [id=367d82d8-6491-4e80-8df8-65045974eda9]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"]: Creation complete after 1s [id=104c0b39-91ee-4c0f-8cba-7df1a2299e10]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Still creating... [10s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Still creating... [10s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Creation complete after 11s [id=03feb2a8-162d-4c25-b7d5-a2518801553a]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"]: Still creating... [10s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Still creating... [10s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"]: Creation complete after 10s [id=b4fdd894-3df5-49fc-8a41-42b49fcb594c]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Still creating... [10s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Still creating... [10s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Still creating... [20s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Still creating... [20s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Still creating... [20s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Still creating... [20s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Still creating... [30s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Still creating... [30s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Creation complete after 33s [id=4cb7e44c-f42b-4202-8189-449064ad297b]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Still creating... [30s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Still creating... [30s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Creation complete after 33s [id=4fb9c94d-c7a4-4fad-9ce6-1c0a6b22b6e6]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Still creating... [40s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Still creating... [40s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Creation complete after 43s [id=ab3c07e2-ffa5-46e5-a8ff-06821be11059]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Creation complete after 43s [id=637ea985-d3a7-4730-b9b9-e548215043e0]
╷
│ Error: github.com/kbst/terraform-provider-kustomize/kustomize.kustomizationResourceCreate: virtualservices.networking.istio.io "argocd-vs" already exists
│ 
│   with module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"],
│   on ../../modules/infra/argocd/main.tf line 19, in resource "kustomization_resource" "p1":
│   19: resource "kustomization_resource" "p1" {
│ 
╵

@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

atlantis plan

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Plan Error

Show Output
running "/usr/bin/terraform plan -input=false -refresh -out \"/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev/default.tfplan\"" in "/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev": exit status 1
module.service.google_project_service.services["cloudresourcemanager.googleapis.com"]: Refreshing state... [id=goboolean-448812/cloudresourcemanager.googleapis.com]
module.service.google_project_service.services["container.googleapis.com"]: Refreshing state... [id=goboolean-448812/container.googleapis.com]
module.gcs.google_storage_bucket.terraform_state: Refreshing state... [id=goboolean-terraform-state]
module.gce.google_compute_address.static_ip: Refreshing state... [id=projects/goboolean-448812/regions/asia-northeast3/addresses/atlantis-static-ip]
module.gce.google_compute_firewall.allow_http_https: Refreshing state... [id=projects/goboolean-448812/global/firewalls/allow-http-https]
module.iam.google_service_account.atlantis: Refreshing state... [id=projects/goboolean-448812/serviceAccounts/[email protected]]
module.service.google_project_service.services["compute.googleapis.com"]: Refreshing state... [id=goboolean-448812/compute.googleapis.com]
module.service.google_project_service.services["serviceusage.googleapis.com"]: Refreshing state... [id=goboolean-448812/serviceusage.googleapis.com]
module.service.google_project_service.services["iam.googleapis.com"]: Refreshing state... [id=goboolean-448812/iam.googleapis.com]
module.iam.google_project_iam_member.gke_admin: Refreshing state... [id=goboolean-448812/roles/container.admin/serviceAccount:[email protected]]
module.acme.tls_private_key.private_key: Refreshing state... [id=3b6fbbc04df1b62ea59e2ed339f7bef7243ccf98]
module.iam.google_project_iam_member.iam_admin: Refreshing state... [id=goboolean-448812/roles/resourcemanager.projectIamAdmin/serviceAccount:[email protected]]
module.iam.google_project_iam_member.service_account_user: Refreshing state... [id=goboolean-448812/roles/iam.serviceAccountUser/serviceAccount:[email protected]]
module.iam.google_storage_bucket_iam_member.terraform_state_access: Refreshing state... [id=b/goboolean-terraform-state/roles/storage.admin/serviceAccount:[email protected]]
module.iam.google_project_iam_member.storage_admin: Refreshing state... [id=goboolean-448812/roles/storage.admin/serviceAccount:[email protected]]
module.iam.google_project_iam_member.compute_instance_admin: Refreshing state... [id=goboolean-448812/roles/compute.instanceAdmin.v1/serviceAccount:[email protected]]
module.iam.google_project_iam_member.service_account_admin: Refreshing state... [id=goboolean-448812/roles/iam.serviceAccountAdmin/serviceAccount:[email protected]]
module.iam.google_project_iam_member.owner: Refreshing state... [id=goboolean-448812/roles/owner/serviceAccount:[email protected]]
module.iam.google_project_iam_member.compute_network_admin: Refreshing state... [id=goboolean-448812/roles/compute.networkAdmin/serviceAccount:[email protected]]
module.gce.google_compute_instance.default: Refreshing state... [id=projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis]
module.gke.data.google_client_config.default: Reading...
module.gke.data.google_client_config.default: Read complete after 0s [id=projects/"goboolean-448812"/regions/"asia-northeast3"/zones/<null>]
module.gke.data.google_container_engine_versions.gke_version: Reading...
module.gke.google_compute_network.vpc: Refreshing state... [id=projects/goboolean-448812/global/networks/goboolean-448812-vpc]
module.gke.data.google_container_engine_versions.gke_version: Read complete after 0s [id=2025-02-01 04:38:51.989305081 +0000 UTC]
module.gke.google_compute_subnetwork.subnet: Refreshing state... [id=projects/goboolean-448812/regions/asia-northeast3/subnetworks/goboolean-448812-subnet]
module.gke.google_container_cluster.primary: Refreshing state... [id=projects/goboolean-448812/locations/asia-northeast3-a/clusters/goboolean-448812-gke]
module.gke.google_container_node_pool.primary_nodes: Refreshing state... [id=projects/goboolean-448812/locations/asia-northeast3-a/clusters/goboolean-448812-gke/nodePools/goboolean-448812-gke]
module.acme.acme_registration.reg: Refreshing state... [id=https://acme-staging-v02.api.letsencrypt.org/acme/acct/182146964]
module.namespace.kubernetes_namespace.harbor: Refreshing state... [id=harbor]
module.namespace.kubernetes_namespace.argocd: Refreshing state... [id=argocd]
module.namespace.kubernetes_namespace.vault: Refreshing state... [id=vault]
module.namespace.kubernetes_namespace.fetch-system: Refreshing state... [id=fetch-system]
module.namespace.kubernetes_namespace.cert_manager: Refreshing state... [id=cert-manager]
module.istio.helm_release.istio_base: Refreshing state... [id=istio-base]
module.vault.helm_release.vault: Refreshing state... [id=vault]
module.harbor.helm_release.harbor: Refreshing state... [id=harbor]
module.cert_manager.kubernetes_secret.cloudflare_api_token: Refreshing state... [id=cert-manager/cloudflare-api-token-secret]
module.cert_manager.helm_release.cert_manager: Refreshing state... [id=cert-manager]
module.acme.acme_certificate.certificate: Refreshing state... [id=224e11bc-998b-e278-dd24-d91d3595adf3]
module.istio.helm_release.istiod: Refreshing state... [id=istiod]
module.istio.helm_release.istio_ingressgateway: Refreshing state... [id=istio-ingressgateway]
module.istio.kubernetes_manifest.istio_gateway: Refreshing state...
module.istio.data.kubernetes_service.istio_ingressgateway: Reading...
module.harbor.kubernetes_manifest.harbor_gateway: Refreshing state...
module.istio.data.kubernetes_service.istio_ingressgateway: Read complete after 0s [id=istio-system/istio-ingressgateway]
module.cert_manager.kubernetes_manifest.cluster_issuer: Refreshing state...
module.vault.kubernetes_manifest.vault_gateway: Refreshing state...
module.cloudflare.cloudflare_dns_record.istio-gateway: Refreshing state... [id=5b3805bf479bd12a29aad2877a6cfdfa]
module.cert_manager.kubernetes_manifest.wildcard_certificate: Refreshing state...

Note: Objects have changed outside of Terraform

Terraform detected the following changes made outside of Terraform since the
last "terraform apply" which may have affected this plan:

  # module.namespace.kubernetes_namespace.argocd has been deleted
  - resource "kubernetes_namespace" "argocd" {
        id                               = "argocd"
        # (1 unchanged attribute hidden)

      - metadata {
          - name             = "argocd" -> null
            # (6 unchanged attributes hidden)
        }
    }


Unless you have made equivalent changes to your configuration, or ignored the
relevant attributes using ignore_changes, the following plan may include
actions to undo or respond to these changes.

─────────────────────────────────────────────────────────────────────────────

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create
 <= read (data resources)

Terraform planned the following actions, but then encountered a problem:

  # module.argocd.data.kustomization_build.argocd will be read during apply
  # (depends on a resource or a module with changes pending)
 <= data "kustomization_build" "argocd" {
      + id        = (known after apply)
      + ids       = (known after apply)
      + ids_prio  = (known after apply)
      + manifests = (known after apply)
      + path      = "../../modules/infra/argocd/base"
    }

  # module.namespace.kubernetes_namespace.argocd will be created
  + resource "kubernetes_namespace" "argocd" {
      + id                               = (known after apply)
      + wait_for_default_service_account = false

      + metadata {
          + generation       = (known after apply)
          + name             = "argocd"
          + resource_version = (known after apply)
          + uid              = (known after apply)
        }
    }

Plan: 1 to add, 0 to change, 0 to destroy.
╷
│ Error: Invalid for_each argument
│ 
│   on ../../modules/infra/argocd/main.tf line 7, in resource "kustomization_resource" "p0":
│    7:   for_each = data.kustomization_build.argocd.ids_prio[0]
│     ├────────────────
│     │ data.kustomization_build.argocd.ids_prio[0] is a set of string, known only after apply
│ 
│ The "for_each" set includes values derived from resource attributes that
│ cannot be determined until apply, and so Terraform cannot determine the
│ full set of keys that will identify the instances of this resource.
│ 
│ When working with unknown values in for_each, it's better to use a map
│ value where the keys are defined statically in your configuration and where
│ only the values contain apply-time results.
│ 
│ Alternatively, you could use the -target planning option to first apply
│ only the resources that the for_each value depends on, and then apply a
│ second time to fully converge.
╵
Releasing state lock. This may take a few moments...

@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

atlantis plan

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Show Output
module.argocd.data.kustomization_build.argocd: Read complete after 9s [id=63ad44f9aa34df1ec4607f9a8a8a59ef51206b4f2fdeb06be53f2fc00fad9212ab4ed515e4bfe9dfe06158a6d1d102edd39814f168e358234ab1d612a6b2c71d]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create

Terraform will perform the following actions:

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"] will be created
+ resource "kustomization_resource" "p0" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = false
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"] will be created
+ resource "kustomization_resource" "p0" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = false
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"] will be created
+ resource "kustomization_resource" "p0" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = false
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-notifications-secret"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-secret"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-vault-plugin-credentials"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"] will be created
+ resource "kustomization_resource" "p1" {
      + id       = (known after apply)
      + manifest = (sensitive value)
      + wait     = true

      + timeouts {
          + create = "2m"
          + update = "2m"
        }
    }

  # module.argocd-application.argocd_application.fetch-system-worker will be created
+ resource "argocd_application" "fetch-system-worker" {
      + cascade  = true
      + id       = (known after apply)
      + status   = (known after apply)
      + validate = true
      + wait     = true

      + metadata {
          + generation       = (known after apply)
          + name             = "fetch-system-worker"
          + namespace        = "fetch-system"
          + resource_version = (known after apply)
          + uid              = (known after apply)
        }

      + spec {
          + project                = "default"
          + revision_history_limit = 10

          + destination {
                name      = null
              + namespace = "fetch-system"
              + server    = "https://kubernetes.default.svc"
            }

          + source {
              + path            = "fetch-system.streams/worker/overlays/dev"
              + repo_url        = "https://github.com/goboolean/manifests"
              + target_revision = "main"
            }

          + sync_policy {
              + sync_options = []

              + automated {
                  + allow_empty = true
                  + prune       = true
                  + self_heal   = true
                }

              + retry {
                  + limit = "5"

                  + backoff {
                      + duration     = "30s"
                      + factor       = "2"
                      + max_duration = "2m"
                    }
                }
            }
        }
    }

Plan: 62 to add, 0 to change, 0 to destroy.

  • ▶️ To apply this plan, comment:
    • atlantis apply -d projects/dev
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -d projects/dev
Plan: 62 to add, 0 to change, 0 to destroy.
  • ⏩ To apply all unapplied plans from this pull request, comment:
    • atlantis apply
  • 🚮 To delete all plans and locks for the PR, comment:
    • atlantis unlock

@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

atlantis apply

@goboolean-io
Copy link
Contributor

Ran Apply for dir: projects/dev workspace: default

Apply Error

Show Output
running "/usr/bin/terraform apply -input=false \"/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev/default.tfplan\"" in "/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev": exit status 1
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"]: Creating...
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"]: Creation complete after 0s [id=a3e41977-318d-4231-97d7-9f7cb4b5f990]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"]: Creating...
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"]: Creating...
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"]: Creation complete after 1s [id=ea77d828-5bd2-488d-8b8a-5d1a514d115f]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"]: Creation complete after 1s [id=14eb9018-9678-42d7-aa75-72a0cea95069]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"]: Creating...
module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"]: Creating...
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"]: Creation complete after 1s [id=ee4af953-0e32-4edf-82b5-c11c9c9a831a]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"]: Creation complete after 1s [id=9537deef-c089-4f22-bf4f-b1acea3ebe75]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"]: Creation complete after 1s [id=d8257d52-6302-4394-858a-d838acc4500e]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"]: Creation complete after 1s [id=aaa137fc-ae13-40fc-b039-d0e15cf4d3f6]
module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"]: Creation complete after 1s [id=b715e671-c8b0-4c2d-b732-afc9c1eced4f]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"]: Creation complete after 1s [id=d7ee76d1-c669-4f58-b0df-ba37fb5982d0]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"]: Creation complete after 1s [id=84abb70d-86a4-4ec3-a1b2-d6c38feb15a4]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"]: Creation complete after 1s [id=c228b722-7c48-48d6-9e91-82a94857118c]
module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"]: Creation complete after 1s [id=92770178-df99-41aa-b3af-5111f023bd8b]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"]: Creation complete after 0s [id=482f4416-9f2e-462b-9d09-3138114305ce]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"]: Creation complete after 1s [id=394ebee7-e61b-4325-81b9-c805949fd01c]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"]: Creation complete after 1s [id=1541597b-f2e8-4210-9ab3-257dbb4de6e6]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"]: Creation complete after 1s [id=83b5eaab-704c-447d-880c-c5e50f8d6263]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"]: Creation complete after 0s [id=bb42f2a0-06ba-46d4-a4e9-57a528e9fd4b]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"]: Creation complete after 0s [id=aba3c0d3-780f-464d-8718-46192ab9c7e9]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"]: Creating...
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-vault-plugin-credentials"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"]: Creation complete after 0s [id=41aa5774-b7d5-4b9d-b66b-47aaea014a31]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"]: Creation complete after 1s [id=fd2fd061-feb4-4c2e-a838-027b8dd4bfec]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"]: Creation complete after 1s [id=4497e3ee-549f-404f-90f6-2540549fc2ce]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"]: Creation complete after 0s [id=5ce5ae1a-bec5-4c41-9b5f-741931beca9e]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"]: Creation complete after 0s [id=ebf68db0-3244-473b-84ef-d05745f79cc4]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"]: Creating...
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-vault-plugin-credentials"]: Creation complete after 0s [id=5418d55c-d4bc-4bea-84d9-8d97eb354d9e]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"]: Creation complete after 0s [id=a37de972-40fb-4dea-ad92-a4dd15689b15]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"]: Creation complete after 0s [id=506baf06-a0cf-43a2-8935-f47f56938f5a]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"]: Creation complete after 0s [id=b027189d-5eb5-4abb-ad32-b0cc95645c9e]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-notifications-secret"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"]: Creating...
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"]: Creation complete after 1s [id=33ad40d1-fe98-4104-9d27-409c09038725]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"]: Creation complete after 0s [id=43e52d1c-fcec-4412-8aca-d5788c5820ee]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"]: Creation complete after 0s [id=87cea6ff-f649-41a3-90c4-df8266d9ed89]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"]: Creation complete after 0s [id=9a68ecb8-1035-444b-b815-c594491903be]
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-notifications-secret"]: Creation complete after 1s [id=cc64699c-47c4-4956-a3d5-8a71e5162d58]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"]: Creation complete after 1s [id=83f3f845-089f-41ee-8ae1-abd10d6e9b88]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"]: Creation complete after 1s [id=b9739b48-1f05-4590-85f3-92f0c06e7018]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"]: Creation complete after 1s [id=a2d56fa1-a1ad-4b00-bcb2-a4ff75822cec]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"]: Creation complete after 1s [id=375d5f46-5bbb-4dd7-b8d5-a9d63876dcaf]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"]: Creating...
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"]: Creating...
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"]: Creating...
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"]: Creation complete after 1s [id=30215e12-c99f-4bf2-a2ee-e03653ece80d]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"]: Creation complete after 0s [id=9f6198c1-1a5f-4d36-91cd-03a6678532fd]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"]: Creation complete after 1s [id=7555f634-c28d-4922-8936-f78ed0db120b]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"]: Creation complete after 1s [id=aa861795-051e-4e93-a72d-7188a89fbb4a]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"]: Creation complete after 1s [id=2a82c1e4-91fb-42e6-b486-1ee2d7dca483]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"]: Creation complete after 1s [id=a11c5d35-f551-45fb-93f8-a1421df3b482]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"]: Creation complete after 1s [id=2619f57a-0f77-4f3d-8039-f00531f8fa08]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"]: Creation complete after 1s [id=2a5102a9-5cef-47eb-ac8d-3558a4c9d72f]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"]: Creation complete after 0s [id=3a2b49da-a33f-4e77-b06c-8e7dbfd10179]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"]: Creating...
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"]: Creation complete after 0s [id=b918baa0-aa5d-4b60-a91d-0e1623303806]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"]: Creation complete after 0s [id=7e99b26e-a9f9-46b1-be61-a9711cce01d2]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"]: Creating...
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-secret"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"]: Creating...
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"]: Creation complete after 0s [id=a55e46e5-3227-42be-8fb5-f5e15391981a]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"]: Creation complete after 0s [id=efc4aeb1-c440-4446-bfd2-0f7ee82aed36]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"]: Creation complete after 1s [id=d4b3b1d0-adfc-4532-80dc-dde3ecd7870f]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"]: Creation complete after 1s [id=6f362b07-2e1a-4742-8cec-772efa5c92c9]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Creating...
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Creating...
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-secret"]: Creation complete after 1s [id=1f75b795-ea18-49ad-9557-af673d39bee4]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"]: Creation complete after 1s [id=6be00dcd-ac2f-4df4-a15b-f3342a22e1f9]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"]: Creating...
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"]: Creation complete after 0s [id=b316600c-8ee6-4c5f-bafe-e028827a3a92]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"]: Creation complete after 1s [id=2c201d41-a8ad-4087-8c98-79f825d4c022]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Still creating... [11s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Still creating... [10s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Still creating... [10s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"]: Still creating... [10s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Creation complete after 11s [id=798c82fa-d55e-4a90-840b-4418291b7909]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"]: Creation complete after 11s [id=1b872c6a-aad5-4851-94a6-b4594844c8f4]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Still creating... [10s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Still creating... [10s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Creation complete after 10s [id=d5199b4e-d9fe-4bc3-8132-05ebdf8a2d16]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Creation complete after 11s [id=805a1d3f-6d38-42da-abfd-e7714d9bc929]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Still creating... [21s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Still creating... [20s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Creation complete after 24s [id=2232db01-fecb-4001-b79c-402b265a2c08]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Still creating... [31s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Still creating... [41s elapsed]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Creation complete after 44s [id=327f48d3-9660-41fd-849c-fb35d9a48433]
module.argocd-application.argocd_application.fetch-system-worker: Creating...
module.argocd-application.argocd_application.fetch-system-worker: Still creating... [10s elapsed]
╷
│ Error: failed to initialize account client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize application client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize application set client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize certificate client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize cluster client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize GPG keys client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize project client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize repository client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize repository credentials client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize session client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize version client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵

@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

atlantis plan

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Show Output
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
~ update in-place

Terraform will perform the following actions:

  # module.argocd-application.argocd_application.fetch-system-worker will be created
+ resource "argocd_application" "fetch-system-worker" {
      + cascade  = true
      + id       = (known after apply)
      + status   = (known after apply)
      + validate = true
      + wait     = true

      + metadata {
          + generation       = (known after apply)
          + name             = "fetch-system-worker"
          + namespace        = "fetch-system"
          + resource_version = (known after apply)
          + uid              = (known after apply)
        }

      + spec {
          + project                = "default"
          + revision_history_limit = 10

          + destination {
                name      = null
              + namespace = "fetch-system"
              + server    = "https://kubernetes.default.svc"
            }

          + source {
              + path            = "fetch-system.streams/worker/overlays/dev"
              + repo_url        = "https://github.com/goboolean/manifests"
              + target_revision = "main"
            }

          + sync_policy {
              + sync_options = []

              + automated {
                  + allow_empty = true
                  + prune       = true
                  + self_heal   = true
                }

              + retry {
                  + limit = "5"

                  + backoff {
                      + duration     = "30s"
                      + factor       = "2"
                      + max_duration = "2m"
                    }
                }
            }
        }
    }

  # module.gce.google_compute_instance.default will be updated in-place
~ resource "google_compute_instance" "default" {
        id                   = "projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis"
      ~ metadata             = {
          - "ssh-keys" = <<-EOT
                goboolean241225:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHI6DefIjALSzf6C1i4Ukn8Oeet/YD0Cf3Rgq8YaTgZmRRE5kk0olD187QBQ9yy98VgoZTBjlBzc2y90wnGFAPA= google-ssh {"userName":"[email protected]","expireOn":"2025-02-01T05:00:01+0000"}
                goboolean241225:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkftXvEDxa9j9A1ozLD9wRpIIU6sevOEwzGu6c2qrM/8yZoiK57syWmwZ+1dAqGJJ7vf88XGfeCwg4W8CMcr5eHdGo9TOKd9dDsgeNdqztRwHa8UK9iFUyv3xnTelXmuHXHizhmpwb/fgfO8TzpqUzvuyOOPzwof+oJTJdNdY7QjBstBsaTkdkvkycL1JBUFYp/OGW3wPIYGtEmMjpPoGfWBG7Dwkx4w01GKPTUCVu/LCpafD0k5wPUykNrRexnSdssvrsX3Gyae+Ps1JF5F1yVCqy9oly//c1yObOgoxjVjimYV+puwf5BGgdOT3x4nH7Ent/3PHsaLhvHrG/vDQV google-ssh {"userName":"[email protected]","expireOn":"2025-02-01T05:00:09+0000"}
            EOT -> null
        }
        name                 = "atlantis"
        tags                 = [
            "atlantis-server",
        ]
        # (19 unchanged attributes hidden)

        # (5 unchanged blocks hidden)
    }

Plan: 1 to add, 1 to change, 0 to destroy.

  • ▶️ To apply this plan, comment:
    • atlantis apply -d projects/dev
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -d projects/dev
Plan: 1 to add, 1 to change, 0 to destroy.
  • ⏩ To apply all unapplied plans from this pull request, comment:
    • atlantis apply
  • 🚮 To delete all plans and locks for the PR, comment:
    • atlantis unlock

@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

atlantis apply

@goboolean-io
Copy link
Contributor

Ran Apply for dir: projects/dev workspace: default

Apply Error

Show Output
running "/usr/bin/terraform apply -input=false \"/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev/default.tfplan\"" in "/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev": exit status 1
module.gce.google_compute_instance.default: Modifying... [id=projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis]
module.argocd-application.argocd_application.fetch-system-worker: Creating...
module.gce.google_compute_instance.default: Still modifying... [id=projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis, 10s elapsed]
module.argocd-application.argocd_application.fetch-system-worker: Still creating... [10s elapsed]
module.gce.google_compute_instance.default: Modifications complete after 12s [id=projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis]
╷
│ Error: failed to initialize account client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize application client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize application set client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize certificate client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize cluster client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize GPG keys client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize project client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize repository client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize repository credentials client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize session client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵
╷
│ Error: failed to initialize version client
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ EOF
╵

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Show Output
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
~ update in-place

Terraform will perform the following actions:

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"] will be updated in-place
~ resource "kustomization_resource" "p0" {
        id       = "ea77d828-5bd2-488d-8b8a-5d1a514d115f"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"] will be updated in-place
~ resource "kustomization_resource" "p0" {
        id       = "14eb9018-9678-42d7-aa75-72a0cea95069"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"] will be updated in-place
~ resource "kustomization_resource" "p0" {
        id       = "a3e41977-318d-4231-97d7-9f7cb4b5f990"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "7e99b26e-a9f9-46b1-be61-a9711cce01d2"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "87cea6ff-f649-41a3-90c4-df8266d9ed89"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "a37de972-40fb-4dea-ad92-a4dd15689b15"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "7555f634-c28d-4922-8936-f78ed0db120b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "2a5102a9-5cef-47eb-ac8d-3558a4c9d72f"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "b316600c-8ee6-4c5f-bafe-e028827a3a92"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "6f362b07-2e1a-4742-8cec-772efa5c92c9"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "a2d56fa1-a1ad-4b00-bcb2-a4ff75822cec"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "b918baa0-aa5d-4b60-a91d-0e1623303806"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "c228b722-7c48-48d6-9e91-82a94857118c"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "43e52d1c-fcec-4412-8aca-d5788c5820ee"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "506baf06-a0cf-43a2-8935-f47f56938f5a"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "d7ee76d1-c669-4f58-b0df-ba37fb5982d0"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "4497e3ee-549f-404f-90f6-2540549fc2ce"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "efc4aeb1-c440-4446-bfd2-0f7ee82aed36"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "aa861795-051e-4e93-a72d-7188a89fbb4a"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "3a2b49da-a33f-4e77-b06c-8e7dbfd10179"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "a11c5d35-f551-45fb-93f8-a1421df3b482"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "2a82c1e4-91fb-42e6-b486-1ee2d7dca483"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "fd2fd061-feb4-4c2e-a838-027b8dd4bfec"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "2c201d41-a8ad-4087-8c98-79f825d4c022"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "bb42f2a0-06ba-46d4-a4e9-57a528e9fd4b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "5ce5ae1a-bec5-4c41-9b5f-741931beca9e"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "798c82fa-d55e-4a90-840b-4418291b7909"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "805a1d3f-6d38-42da-abfd-e7714d9bc929"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "d5199b4e-d9fe-4bc3-8132-05ebdf8a2d16"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "1b872c6a-aad5-4851-94a6-b4594844c8f4"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "2232db01-fecb-4001-b79c-402b265a2c08"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "327f48d3-9660-41fd-849c-fb35d9a48433"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "92770178-df99-41aa-b3af-5111f023bd8b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "b715e671-c8b0-4c2d-b732-afc9c1eced4f"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "ebf68db0-3244-473b-84ef-d05745f79cc4"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "9537deef-c089-4f22-bf4f-b1acea3ebe75"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "482f4416-9f2e-462b-9d09-3138114305ce"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "83f3f845-089f-41ee-8ae1-abd10d6e9b88"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "1541597b-f2e8-4210-9ab3-257dbb4de6e6"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "9f6198c1-1a5f-4d36-91cd-03a6678532fd"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "394ebee7-e61b-4325-81b9-c805949fd01c"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "41aa5774-b7d5-4b9d-b66b-47aaea014a31"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "33ad40d1-fe98-4104-9d27-409c09038725"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "9a68ecb8-1035-444b-b815-c594491903be"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "b9739b48-1f05-4590-85f3-92f0c06e7018"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "aaa137fc-ae13-40fc-b039-d0e15cf4d3f6"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "a55e46e5-3227-42be-8fb5-f5e15391981a"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "d8257d52-6302-4394-858a-d838acc4500e"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "375d5f46-5bbb-4dd7-b8d5-a9d63876dcaf"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "b027189d-5eb5-4abb-ad32-b0cc95645c9e"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "ee4af953-0e32-4edf-82b5-c11c9c9a831a"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "d4b3b1d0-adfc-4532-80dc-dde3ecd7870f"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "aba3c0d3-780f-464d-8718-46192ab9c7e9"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "84abb70d-86a4-4ec3-a1b2-d6c38feb15a4"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "83b5eaab-704c-447d-880c-c5e50f8d6263"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "30215e12-c99f-4bf2-a2ee-e03653ece80d"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "6be00dcd-ac2f-4df4-a15b-f3342a22e1f9"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "2619f57a-0f77-4f3d-8039-f00531f8fa08"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd-application.argocd_application.fetch-system-worker will be created
+ resource "argocd_application" "fetch-system-worker" {
      + cascade  = true
      + id       = (known after apply)
      + status   = (known after apply)
      + validate = true
      + wait     = true

      + metadata {
          + generation       = (known after apply)
          + name             = "fetch-system-worker"
          + namespace        = "argocd"
          + resource_version = (known after apply)
          + uid              = (known after apply)
        }

      + spec {
          + project                = "default"
          + revision_history_limit = 10

          + destination {
                name      = null
              + namespace = "fetch-system"
              + server    = "https://kubernetes.default.svc"
            }

          + source {
              + path            = "fetch-system.streams/worker/overlays/dev"
              + repo_url        = "https://github.com/goboolean/manifests"
              + target_revision = "main"
            }

          + sync_policy {
              + sync_options = []

              + automated {
                  + allow_empty = true
                  + prune       = true
                  + self_heal   = true
                }

              + retry {
                  + limit = "5"

                  + backoff {
                      + duration     = "30s"
                      + factor       = "2"
                      + max_duration = "2m"
                    }
                }
            }
        }
    }

Plan: 1 to add, 58 to change, 0 to destroy.

  • ▶️ To apply this plan, comment:
    • atlantis apply -d projects/dev
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -d projects/dev
Plan: 1 to add, 58 to change, 0 to destroy.
  • ⏩ To apply all unapplied plans from this pull request, comment:
    • atlantis apply
  • 🚮 To delete all plans and locks for the PR, comment:
    • atlantis unlock

@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

atlantis apply

@goboolean-io
Copy link
Contributor

Ran Apply for dir: projects/dev workspace: default

Apply Error

Show Output
running "/usr/bin/terraform apply -input=false \"/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev/default.tfplan\"" in "/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev": exit status 1
Acquiring state lock. This may take a few moments...
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"]: Modifying... [id=a3e41977-318d-4231-97d7-9f7cb4b5f990]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"]: Modifying... [id=14eb9018-9678-42d7-aa75-72a0cea95069]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"]: Modifying... [id=ea77d828-5bd2-488d-8b8a-5d1a514d115f]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"]: Modifications complete after 0s [id=a3e41977-318d-4231-97d7-9f7cb4b5f990]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"]: Modifications complete after 0s [id=ea77d828-5bd2-488d-8b8a-5d1a514d115f]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"]: Modifications complete after 0s [id=14eb9018-9678-42d7-aa75-72a0cea95069]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"]: Modifying... [id=43e52d1c-fcec-4412-8aca-d5788c5820ee]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Modifying... [id=798c82fa-d55e-4a90-840b-4418291b7909]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"]: Modifying... [id=2c201d41-a8ad-4087-8c98-79f825d4c022]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Modifying... [id=d5199b4e-d9fe-4bc3-8132-05ebdf8a2d16]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"]: Modifying... [id=7555f634-c28d-4922-8936-f78ed0db120b]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"]: Modifying... [id=4497e3ee-549f-404f-90f6-2540549fc2ce]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"]: Modifying... [id=2619f57a-0f77-4f3d-8039-f00531f8fa08]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"]: Modifying... [id=b918baa0-aa5d-4b60-a91d-0e1623303806]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Modifications complete after 0s [id=798c82fa-d55e-4a90-840b-4418291b7909]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Modifications complete after 0s [id=d5199b4e-d9fe-4bc3-8132-05ebdf8a2d16]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"]: Modifying... [id=a11c5d35-f551-45fb-93f8-a1421df3b482]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"]: Modifying... [id=41aa5774-b7d5-4b9d-b66b-47aaea014a31]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"]: Modifications complete after 0s [id=7555f634-c28d-4922-8936-f78ed0db120b]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"]: Modifications complete after 0s [id=2c201d41-a8ad-4087-8c98-79f825d4c022]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"]: Modifications complete after 0s [id=2619f57a-0f77-4f3d-8039-f00531f8fa08]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"]: Modifications complete after 0s [id=43e52d1c-fcec-4412-8aca-d5788c5820ee]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"]: Modifications complete after 0s [id=4497e3ee-549f-404f-90f6-2540549fc2ce]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"]: Modifications complete after 0s [id=b918baa0-aa5d-4b60-a91d-0e1623303806]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"]: Modifications complete after 0s [id=41aa5774-b7d5-4b9d-b66b-47aaea014a31]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"]: Modifications complete after 0s [id=a11c5d35-f551-45fb-93f8-a1421df3b482]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"]: Modifying... [id=2a5102a9-5cef-47eb-ac8d-3558a4c9d72f]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"]: Modifying... [id=9537deef-c089-4f22-bf4f-b1acea3ebe75]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"]: Modifications complete after 0s [id=2a5102a9-5cef-47eb-ac8d-3558a4c9d72f]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"]: Modifications complete after 1s [id=9537deef-c089-4f22-bf4f-b1acea3ebe75]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"]: Modifying... [id=30215e12-c99f-4bf2-a2ee-e03653ece80d]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"]: Modifying... [id=87cea6ff-f649-41a3-90c4-df8266d9ed89]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"]: Modifying... [id=375d5f46-5bbb-4dd7-b8d5-a9d63876dcaf]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"]: Modifying... [id=c228b722-7c48-48d6-9e91-82a94857118c]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"]: Modifying... [id=fd2fd061-feb4-4c2e-a838-027b8dd4bfec]
module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"]: Modifying... [id=b715e671-c8b0-4c2d-b732-afc9c1eced4f]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"]: Modifying... [id=9a68ecb8-1035-444b-b815-c594491903be]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"]: Modifying... [id=b316600c-8ee6-4c5f-bafe-e028827a3a92]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"]: Modifications complete after 0s [id=87cea6ff-f649-41a3-90c4-df8266d9ed89]
module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"]: Modifications complete after 0s [id=b715e671-c8b0-4c2d-b732-afc9c1eced4f]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"]: Modifications complete after 0s [id=30215e12-c99f-4bf2-a2ee-e03653ece80d]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"]: Modifications complete after 0s [id=c228b722-7c48-48d6-9e91-82a94857118c]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"]: Modifications complete after 0s [id=fd2fd061-feb4-4c2e-a838-027b8dd4bfec]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"]: Modifications complete after 0s [id=375d5f46-5bbb-4dd7-b8d5-a9d63876dcaf]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"]: Modifications complete after 0s [id=b316600c-8ee6-4c5f-bafe-e028827a3a92]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"]: Modifying... [id=d4b3b1d0-adfc-4532-80dc-dde3ecd7870f]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"]: Modifications complete after 0s [id=9a68ecb8-1035-444b-b815-c594491903be]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"]: Modifying... [id=b9739b48-1f05-4590-85f3-92f0c06e7018]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"]: Modifications complete after 0s [id=d4b3b1d0-adfc-4532-80dc-dde3ecd7870f]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"]: Modifications complete after 0s [id=b9739b48-1f05-4590-85f3-92f0c06e7018]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"]: Modifying... [id=ee4af953-0e32-4edf-82b5-c11c9c9a831a]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"]: Modifying... [id=aaa137fc-ae13-40fc-b039-d0e15cf4d3f6]
module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"]: Modifying... [id=92770178-df99-41aa-b3af-5111f023bd8b]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"]: Modifications complete after 0s [id=ee4af953-0e32-4edf-82b5-c11c9c9a831a]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"]: Modifying... [id=2a82c1e4-91fb-42e6-b486-1ee2d7dca483]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"]: Modifications complete after 1s [id=aaa137fc-ae13-40fc-b039-d0e15cf4d3f6]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"]: Modifying... [id=1b872c6a-aad5-4851-94a6-b4594844c8f4]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"]: Modifying... [id=bb42f2a0-06ba-46d4-a4e9-57a528e9fd4b]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"]: Modifying... [id=a2d56fa1-a1ad-4b00-bcb2-a4ff75822cec]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"]: Modifying... [id=33ad40d1-fe98-4104-9d27-409c09038725]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"]: Modifying... [id=1541597b-f2e8-4210-9ab3-257dbb4de6e6]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"]: Modifications complete after 1s [id=2a82c1e4-91fb-42e6-b486-1ee2d7dca483]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"]: Modifying... [id=d8257d52-6302-4394-858a-d838acc4500e]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"]: Modifications complete after 0s [id=33ad40d1-fe98-4104-9d27-409c09038725]
module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"]: Modifications complete after 1s [id=92770178-df99-41aa-b3af-5111f023bd8b]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"]: Modifications complete after 0s [id=1b872c6a-aad5-4851-94a6-b4594844c8f4]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"]: Modifications complete after 0s [id=bb42f2a0-06ba-46d4-a4e9-57a528e9fd4b]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"]: Modifications complete after 0s [id=1541597b-f2e8-4210-9ab3-257dbb4de6e6]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"]: Modifications complete after 0s [id=a2d56fa1-a1ad-4b00-bcb2-a4ff75822cec]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"]: Modifications complete after 0s [id=d8257d52-6302-4394-858a-d838acc4500e]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"]: Modifying... [id=aba3c0d3-780f-464d-8718-46192ab9c7e9]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"]: Modifying... [id=d7ee76d1-c669-4f58-b0df-ba37fb5982d0]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"]: Modifications complete after 0s [id=aba3c0d3-780f-464d-8718-46192ab9c7e9]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"]: Modifications complete after 0s [id=d7ee76d1-c669-4f58-b0df-ba37fb5982d0]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"]: Modifying... [id=83b5eaab-704c-447d-880c-c5e50f8d6263]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"]: Modifying... [id=482f4416-9f2e-462b-9d09-3138114305ce]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"]: Modifications complete after 0s [id=482f4416-9f2e-462b-9d09-3138114305ce]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"]: Modifying... [id=a37de972-40fb-4dea-ad92-a4dd15689b15]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Modifying... [id=2232db01-fecb-4001-b79c-402b265a2c08]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"]: Modifying... [id=5ce5ae1a-bec5-4c41-9b5f-741931beca9e]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"]: Modifications complete after 0s [id=83b5eaab-704c-447d-880c-c5e50f8d6263]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"]: Modifying... [id=9f6198c1-1a5f-4d36-91cd-03a6678532fd]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"]: Modifying... [id=ebf68db0-3244-473b-84ef-d05745f79cc4]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"]: Modifying... [id=a55e46e5-3227-42be-8fb5-f5e15391981a]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"]: Modifications complete after 1s [id=a37de972-40fb-4dea-ad92-a4dd15689b15]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Modifications complete after 1s [id=2232db01-fecb-4001-b79c-402b265a2c08]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"]: Modifications complete after 1s [id=5ce5ae1a-bec5-4c41-9b5f-741931beca9e]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"]: Modifications complete after 1s [id=ebf68db0-3244-473b-84ef-d05745f79cc4]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Modifying... [id=805a1d3f-6d38-42da-abfd-e7714d9bc929]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"]: Modifications complete after 1s [id=9f6198c1-1a5f-4d36-91cd-03a6678532fd]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"]: Modifications complete after 0s [id=a55e46e5-3227-42be-8fb5-f5e15391981a]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Modifications complete after 0s [id=805a1d3f-6d38-42da-abfd-e7714d9bc929]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Modifying... [id=327f48d3-9660-41fd-849c-fb35d9a48433]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"]: Modifying... [id=3a2b49da-a33f-4e77-b06c-8e7dbfd10179]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Modifications complete after 0s [id=327f48d3-9660-41fd-849c-fb35d9a48433]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"]: Modifying... [id=6be00dcd-ac2f-4df4-a15b-f3342a22e1f9]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"]: Modifying... [id=efc4aeb1-c440-4446-bfd2-0f7ee82aed36]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"]: Modifying... [id=506baf06-a0cf-43a2-8935-f47f56938f5a]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"]: Modifications complete after 0s [id=3a2b49da-a33f-4e77-b06c-8e7dbfd10179]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"]: Modifications complete after 0s [id=6be00dcd-ac2f-4df4-a15b-f3342a22e1f9]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"]: Modifying... [id=b027189d-5eb5-4abb-ad32-b0cc95645c9e]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"]: Modifications complete after 0s [id=efc4aeb1-c440-4446-bfd2-0f7ee82aed36]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"]: Modifying... [id=84abb70d-86a4-4ec3-a1b2-d6c38feb15a4]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"]: Modifications complete after 0s [id=506baf06-a0cf-43a2-8935-f47f56938f5a]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"]: Modifying... [id=6f362b07-2e1a-4742-8cec-772efa5c92c9]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"]: Modifications complete after 0s [id=84abb70d-86a4-4ec3-a1b2-d6c38feb15a4]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"]: Modifying... [id=83f3f845-089f-41ee-8ae1-abd10d6e9b88]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"]: Modifications complete after 0s [id=b027189d-5eb5-4abb-ad32-b0cc95645c9e]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"]: Modifying... [id=7e99b26e-a9f9-46b1-be61-a9711cce01d2]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"]: Modifications complete after 0s [id=6f362b07-2e1a-4742-8cec-772efa5c92c9]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"]: Modifications complete after 0s [id=83f3f845-089f-41ee-8ae1-abd10d6e9b88]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"]: Modifying... [id=aa861795-051e-4e93-a72d-7188a89fbb4a]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"]: Modifying... [id=394ebee7-e61b-4325-81b9-c805949fd01c]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"]: Modifications complete after 0s [id=7e99b26e-a9f9-46b1-be61-a9711cce01d2]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"]: Modifications complete after 0s [id=aa861795-051e-4e93-a72d-7188a89fbb4a]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"]: Modifications complete after 0s [id=394ebee7-e61b-4325-81b9-c805949fd01c]
module.argocd-application.argocd_application.fetch-system-worker: Creating...
╷
│ Error: failed to create application fetch-system-worker
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ rpc error: code = InvalidArgument desc = application spec for
│ fetch-system-worker is invalid: InvalidSpecError: Unable to generate
│ manifests in fetch-system.streams/worker/overlays/dev: rpc error: code =
│ Unknown desc = fetch-system.streams/worker/overlays/dev: app path does not
│ exist
╵

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Show Output
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create

Terraform will perform the following actions:

  # module.argocd-application.argocd_application.fetch-system-worker will be created
+ resource "argocd_application" "fetch-system-worker" {
      + cascade  = true
      + id       = (known after apply)
      + status   = (known after apply)
      + validate = true
      + wait     = true

      + metadata {
          + generation       = (known after apply)
          + name             = "fetch-system-worker"
          + namespace        = "argocd"
          + resource_version = (known after apply)
          + uid              = (known after apply)
        }

      + spec {
          + project                = "default"
          + revision_history_limit = 10

          + destination {
                name      = null
              + namespace = "fetch-system"
              + server    = "https://kubernetes.default.svc"
            }

          + source {
              + path            = "fetch-system.streams/kustomize/overlays/dev"
              + repo_url        = "https://github.com/goboolean/manifests"
              + target_revision = "main"
            }

          + sync_policy {
              + sync_options = []

              + automated {
                  + allow_empty = true
                  + prune       = true
                  + self_heal   = true
                }

              + retry {
                  + limit = "5"

                  + backoff {
                      + duration     = "30s"
                      + factor       = "2"
                      + max_duration = "2m"
                    }
                }
            }
        }
    }

Plan: 1 to add, 0 to change, 0 to destroy.

  • ▶️ To apply this plan, comment:
    • atlantis apply -d projects/dev
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -d projects/dev
Plan: 1 to add, 0 to change, 0 to destroy.
  • ⏩ To apply all unapplied plans from this pull request, comment:
    • atlantis apply
  • 🚮 To delete all plans and locks for the PR, comment:
    • atlantis unlock

@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

atlantis apply

@goboolean-io
Copy link
Contributor

Ran Apply for dir: projects/dev workspace: default

Apply Error

Show Output
running "/usr/bin/terraform apply -input=false \"/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev/default.tfplan\"" in "/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev": exit status 1
module.argocd-application.argocd_application.fetch-system-worker: Creating...
╷
│ Error: failed to create application fetch-system-worker
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-worker":
│    1: resource "argocd_application" "fetch-system-worker" {
│ 
│ rpc error: code = InvalidArgument desc = application spec for
│ fetch-system-worker is invalid: InvalidSpecError: Unable to generate
│ manifests in fetch-system.streams/kustomize/overlays/dev: rpc error: code =
│ Unknown desc = plugin sidecar failed. error generating manifests in cmp:
│ rpc error: code = Unknown desc = error generating manifests: `sh -c
│ "kustomize build . | argocd-vault-plugin generate -s
│ gitops:argocd-vault-plugin-credentials --verbose-sensitive-output -"`
│ failed exit status 1: 2025/02/01 05:43:11 reading configuration from secret
│ gitops:argocd-vault-plugin-credentials%0A2025/02/01 05:43:11 parsed secret
│ name as argocd-vault-plugin-credentials from namespace gitops%0AError:
│ secrets "argocd-vault-plugin-credentials" is forbidden: User
│ "system:serviceaccount:argocd:argocd-repo-server" cannot get resource
│ "secrets" in API group "" in the namespace "gitops"%0AUsage:%0A
│ argocd-vault-plugin generate <path> [flags]%0A%0AFlags:%0A  -c,
│ --config-path string         path to a file containing Vault configuration
│ (YAML, JSON, envfile) to use%0A  -h, --help                       help for
│ generate%0A  -s, --secret-name string         name of a Kubernetes Secret
│ in the argocd namespace containing Vault configuration data in the argocd
│ namespace of your ArgoCD host (Only available when used in ArgoCD). The
│ namespace can be overridden by using the format <namespace>:<name>%0A
│ --verbose-sensitive-output   enable verbose mode for detailed info to help
│ with debugging. Includes sensitive data (credentials), logged to stderr
╵

@ikjeong
Copy link
Contributor

ikjeong commented Feb 1, 2025

modules/infra/argocd/base/cmp-plugin.yaml

gitops 부분들 argocd로 변경해줘~ 총 3개

@goboolean-io
Copy link
Contributor

Warning: The plan for dir: projects/dev workspace: default was discarded via the Atlantis UI.

To apply this plan you must run plan again.

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Plan Error

Show Output
running "/usr/bin/terraform plan -input=false -refresh -out \"/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev/default.tfplan\"" in "/root/.atlantis/repos/goboolean/infrastructure/92/default/projects/dev": exit status 1
module.acme.tls_private_key.private_key: Refreshing state... [id=3b6fbbc04df1b62ea59e2ed339f7bef7243ccf98]
module.acme.acme_registration.reg: Refreshing state... [id=https://acme-staging-v02.api.letsencrypt.org/acme/acct/182146964]
module.gke.data.google_client_config.default: Reading...
module.service.google_project_service.services["serviceusage.googleapis.com"]: Refreshing state... [id=goboolean-448812/serviceusage.googleapis.com]
module.gke.google_compute_network.vpc: Refreshing state... [id=projects/goboolean-448812/global/networks/goboolean-448812-vpc]
module.gke.data.google_container_engine_versions.gke_version: Reading...
module.gke.data.google_client_config.default: Read complete after 0s [id=projects/"goboolean-448812"/regions/"asia-northeast3"/zones/<null>]
module.gce.google_compute_firewall.allow_http_https: Refreshing state... [id=projects/goboolean-448812/global/firewalls/allow-http-https]
module.service.google_project_service.services["iam.googleapis.com"]: Refreshing state... [id=goboolean-448812/iam.googleapis.com]
module.iam.google_service_account.atlantis: Refreshing state... [id=projects/goboolean-448812/serviceAccounts/[email protected]]
module.gcs.google_storage_bucket.terraform_state: Refreshing state... [id=goboolean-terraform-state]
module.gce.google_compute_address.static_ip: Refreshing state... [id=projects/goboolean-448812/regions/asia-northeast3/addresses/atlantis-static-ip]
module.service.google_project_service.services["cloudresourcemanager.googleapis.com"]: Refreshing state... [id=goboolean-448812/cloudresourcemanager.googleapis.com]
module.gke.data.google_container_engine_versions.gke_version: Read complete after 0s [id=2025-02-01 08:07:01.192037146 +0000 UTC]
module.service.google_project_service.services["compute.googleapis.com"]: Refreshing state... [id=goboolean-448812/compute.googleapis.com]
module.service.google_project_service.services["container.googleapis.com"]: Refreshing state... [id=goboolean-448812/container.googleapis.com]
module.iam.google_project_iam_member.service_account_user: Refreshing state... [id=goboolean-448812/roles/iam.serviceAccountUser/serviceAccount:[email protected]]
module.iam.google_project_iam_member.owner: Refreshing state... [id=goboolean-448812/roles/owner/serviceAccount:[email protected]]
module.iam.google_project_iam_member.compute_instance_admin: Refreshing state... [id=goboolean-448812/roles/compute.instanceAdmin.v1/serviceAccount:[email protected]]
module.iam.google_storage_bucket_iam_member.terraform_state_access: Refreshing state... [id=b/goboolean-terraform-state/roles/storage.admin/serviceAccount:[email protected]]
module.iam.google_project_iam_member.service_account_admin: Refreshing state... [id=goboolean-448812/roles/iam.serviceAccountAdmin/serviceAccount:[email protected]]
module.iam.google_project_iam_member.compute_network_admin: Refreshing state... [id=goboolean-448812/roles/compute.networkAdmin/serviceAccount:[email protected]]
module.iam.google_project_iam_member.gke_admin: Refreshing state... [id=goboolean-448812/roles/container.admin/serviceAccount:[email protected]]
module.iam.google_project_iam_member.storage_admin: Refreshing state... [id=goboolean-448812/roles/storage.admin/serviceAccount:[email protected]]
module.iam.google_project_iam_member.iam_admin: Refreshing state... [id=goboolean-448812/roles/resourcemanager.projectIamAdmin/serviceAccount:[email protected]]
module.gke.google_compute_subnetwork.subnet: Refreshing state... [id=projects/goboolean-448812/regions/asia-northeast3/subnetworks/goboolean-448812-subnet]
module.gce.google_compute_instance.default: Refreshing state... [id=projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis]
module.acme.acme_certificate.certificate: Refreshing state... [id=224e11bc-998b-e278-dd24-d91d3595adf3]
module.gke.google_container_cluster.primary: Refreshing state... [id=projects/goboolean-448812/locations/asia-northeast3-a/clusters/goboolean-448812-gke]
module.namespace.kubernetes_namespace.cert_manager: Refreshing state... [id=cert-manager]
module.namespace.kubernetes_namespace.harbor: Refreshing state... [id=harbor]
module.namespace.kubernetes_namespace.fetch-system: Refreshing state... [id=fetch-system]
module.namespace.kubernetes_namespace.argocd: Refreshing state... [id=argocd]
module.namespace.kubernetes_namespace.vault: Refreshing state... [id=vault]
module.gke.google_container_node_pool.primary_nodes: Refreshing state... [id=projects/goboolean-448812/locations/asia-northeast3-a/clusters/goboolean-448812-gke/nodePools/goboolean-448812-gke]
module.istio.helm_release.istio_base: Refreshing state... [id=istio-base]
module.cert_manager.kubernetes_secret.cloudflare_api_token: Refreshing state... [id=cert-manager/cloudflare-api-token-secret]
module.cert_manager.helm_release.cert_manager: Refreshing state... [id=cert-manager]
module.harbor.helm_release.harbor: Refreshing state... [id=harbor]
module.vault.helm_release.vault: Refreshing state... [id=vault]
module.argocd.data.kustomization_build.argocd: Reading...
module.istio.helm_release.istiod: Refreshing state... [id=istiod]
module.istio.kubernetes_manifest.istio_gateway: Refreshing state...
module.harbor.kubernetes_manifest.harbor_gateway: Refreshing state...
module.vault.kubernetes_manifest.vault_gateway: Refreshing state...
module.cert_manager.kubernetes_manifest.cluster_issuer: Refreshing state...
module.istio.helm_release.istio_ingressgateway: Refreshing state... [id=istio-ingressgateway]
module.istio.data.kubernetes_service.istio_ingressgateway: Reading...
module.istio.data.kubernetes_service.istio_ingressgateway: Read complete after 0s [id=istio-system/istio-ingressgateway]
module.argocd.data.kustomization_build.argocd: Still reading... [10s elapsed]
module.argocd.data.kustomization_build.argocd: Read complete after 10s [id=7b16211016651dcc67c03e2bfe5654eb2f36bbaa3861bc06778483ae150e36804bfdc2464aeccf076dc53db97efb5d85cd234dad4cbae0499d1518643523514a]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"]: Refreshing state... [id=8840d7d9-161f-4393-b744-e61283821a73]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"]: Refreshing state... [id=1139fd5c-e4d2-4a29-9b90-2fb72602467b]
module.cloudflare.cloudflare_dns_record.istio-gateway: Refreshing state... [id=5b3805bf479bd12a29aad2877a6cfdfa]
module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"]: Refreshing state... [id=7e135c27-5438-4f32-b83b-60461fe682bf]
module.cert_manager.kubernetes_manifest.wildcard_certificate: Refreshing state...
module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"]: Refreshing state... [id=7a8e230b-09c2-46a6-8792-421a25034965]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"]: Refreshing state... [id=7e88abaa-0247-4bb8-abd1-23dcc0abaa67]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"]: Refreshing state... [id=8eb52b2e-f283-4be2-beb9-9ce37f4888d7]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"]: Refreshing state... [id=8b29419a-37fd-4e87-b3e5-02bd1d983d4f]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"]: Refreshing state... [id=a84b41a8-9813-4fc4-97f7-d44a25a725ad]
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-secret"]: Refreshing state... [id=5162669b-4523-403a-abb3-8ebcf0f4636b]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"]: Refreshing state... [id=74f6e2e0-e2af-4a5a-8be7-b0ff54326213]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"]: Refreshing state... [id=36816019-219c-4b83-b9fc-a4c5d3907438]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"]: Refreshing state... [id=ae09bfef-bbf2-4b65-ac66-a412a06cb495]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"]: Refreshing state... [id=c1942311-34f5-4c25-a747-85bbd813e06b]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"]: Refreshing state... [id=26ed6154-98b7-4fdd-a3bd-a773beb22a99]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"]: Refreshing state... [id=987c0171-af36-4640-a1c7-0eadea877653]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"]: Refreshing state... [id=74754cca-985b-46a2-8b61-fce666c1dce1]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"]: Refreshing state... [id=23b04123-40f3-41cc-b621-7f5bf0b5f1de]
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-notifications-secret"]: Refreshing state... [id=c415b417-35f6-47d0-bd1d-17b0a2df0ae3]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"]: Refreshing state... [id=0499eeda-52f8-4841-b14d-04cb090acdde]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"]: Refreshing state... [id=44c15ed9-0c5d-407c-b35d-102a77e2799a]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"]: Refreshing state... [id=f783cbf4-ed47-420a-9a6d-8c8908e381f6]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"]: Refreshing state... [id=ad8ed7a3-e9ed-40ab-bbb7-1a151d56f473]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"]: Refreshing state... [id=18906ba1-8d72-4456-afdc-9bf1f0c76f87]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"]: Refreshing state... [id=d9ff3dae-8a6c-45da-9ef3-107fd028f487]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"]: Refreshing state... [id=460ac3cd-73b6-42a3-9082-347a98e043ed]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"]: Refreshing state... [id=bd5455bc-4694-4267-abd3-f92fb22cc0bf]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"]: Refreshing state... [id=0eecdffe-60df-4ecc-b3bf-6c41a3080711]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"]: Refreshing state... [id=2fcd0498-32eb-4fc4-88b5-b74ebd7b6535]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"]: Refreshing state... [id=4ac6c42e-7a4f-4a12-ac59-416be5f76b30]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"]: Refreshing state... [id=4656ca69-2dc8-414e-8f2b-3f2f08abe395]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"]: Refreshing state... [id=9a43312d-3540-4c97-a798-29f9321012b1]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"]: Refreshing state... [id=0e151e21-1b0f-48fe-a300-593723793366]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"]: Refreshing state... [id=ec9fe3f2-14d1-416d-acee-12a7157802df]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"]: Refreshing state... [id=7f5b0c63-3944-4f8e-b8f4-2c1fe284c9cf]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"]: Refreshing state... [id=61ba697e-63a2-45cc-918a-4b16d6633e65]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"]: Refreshing state... [id=83580486-5183-4772-b86d-7e1b1dd609e3]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"]: Refreshing state... [id=7f5909f1-7f5a-4435-81d1-efc76a717aab]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"]: Refreshing state... [id=e87eb6a7-046b-4ed0-bb4b-cee11c8a0209]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"]: Refreshing state... [id=0a9c0bcb-1823-450d-b2c0-f55ef402c11f]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"]: Refreshing state... [id=bd175ba3-6c14-4e9f-b6d3-9a5fef4cc25e]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"]: Refreshing state... [id=14f390ab-41ef-46bb-9de4-c1ea6fc544bb]
module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"]: Refreshing state... [id=d578c576-7b14-4db9-a994-015b4bfa1f8b]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"]: Refreshing state... [id=aaf002a1-5e26-4ef4-8dae-901244b6e727]
module.argocd.kustomization_resource.p1["_/Secret/argocd/argocd-vault-plugin-credentials"]: Refreshing state... [id=5146d713-30b1-4860-bd20-91688232c1b9]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"]: Refreshing state... [id=cc3f1283-46d0-4c52-971f-bf2bba501a49]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"]: Refreshing state... [id=b73db55e-419b-412b-932d-84750f41bea2]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"]: Refreshing state... [id=226942b4-9113-482a-bfcc-25f120b867f2]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"]: Refreshing state... [id=9e07adbd-6acd-4c9c-8b2f-fa5a4bc4b55d]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"]: Refreshing state... [id=5279d40d-f152-423e-9521-e7aa056b8bb8]
module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"]: Refreshing state... [id=9b3b41a8-d2ea-49e0-a062-f93e82e9280b]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"]: Refreshing state... [id=65071f30-fc63-45bd-9e24-f0691eb9c14a]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"]: Refreshing state... [id=0929825c-4991-4dae-8afe-13f917186306]
module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"]: Refreshing state... [id=17c5d74f-7a0d-4edb-a517-76f3b84dc724]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"]: Refreshing state... [id=68c9ea90-97d3-429d-a71c-953fd1bcbfbd]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"]: Refreshing state... [id=93f58dcb-3d12-439b-93be-0714b2aaebc6]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"]: Refreshing state... [id=02cde0cf-1e20-49b1-9272-788ca39d52e3]
module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"]: Refreshing state... [id=de987350-4efb-4e84-8fe4-062912fdd5af]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"]: Refreshing state... [id=e9ed058d-97d1-4ca7-9e83-d64b38ec4793]
module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"]: Refreshing state... [id=99da00a7-0310-4cf4-9acc-27a94dd33726]
module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"]: Refreshing state... [id=d7971350-f8fa-4ac7-9e7c-84dfc61fd8d2]
module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"]: Refreshing state... [id=ccfc9916-a24e-453a-8760-658ef5267af1]
module.argocd-application.argocd_application.fetch-system-worker: Refreshing state... [id=fetch-system-worker:argocd]
module.argocd-application.argocd_application.fetch-system-streams: Refreshing state... [id=fetch-system-streams:argocd]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform planned the following actions, but then encountered a problem:

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"] will be updated in-place
  ~ resource "kustomization_resource" "p0" {
        id       = "1139fd5c-e4d2-4a29-9b90-2fb72602467b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"] will be updated in-place
  ~ resource "kustomization_resource" "p0" {
        id       = "7e135c27-5438-4f32-b83b-60461fe682bf"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"] will be updated in-place
  ~ resource "kustomization_resource" "p0" {
        id       = "8840d7d9-161f-4393-b744-e61283821a73"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "74754cca-985b-46a2-8b61-fce666c1dce1"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "9e07adbd-6acd-4c9c-8b2f-fa5a4bc4b55d"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "99da00a7-0310-4cf4-9acc-27a94dd33726"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "ec9fe3f2-14d1-416d-acee-12a7157802df"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "5279d40d-f152-423e-9521-e7aa056b8bb8"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "23b04123-40f3-41cc-b621-7f5bf0b5f1de"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "cc3f1283-46d0-4c52-971f-bf2bba501a49"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "a84b41a8-9813-4fc4-97f7-d44a25a725ad"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "226942b4-9113-482a-bfcc-25f120b867f2"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "b73db55e-419b-412b-932d-84750f41bea2"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "65071f30-fc63-45bd-9e24-f0691eb9c14a"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "61ba697e-63a2-45cc-918a-4b16d6633e65"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "26ed6154-98b7-4fdd-a3bd-a773beb22a99"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "9a43312d-3540-4c97-a798-29f9321012b1"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "17c5d74f-7a0d-4edb-a517-76f3b84dc724"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "ae09bfef-bbf2-4b65-ac66-a412a06cb495"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "d7971350-f8fa-4ac7-9e7c-84dfc61fd8d2"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "18906ba1-8d72-4456-afdc-9bf1f0c76f87"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "2fcd0498-32eb-4fc4-88b5-b74ebd7b6535"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "68c9ea90-97d3-429d-a71c-953fd1bcbfbd"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "bd5455bc-4694-4267-abd3-f92fb22cc0bf"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "ad8ed7a3-e9ed-40ab-bbb7-1a151d56f473"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "74f6e2e0-e2af-4a5a-8be7-b0ff54326213"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "0a9c0bcb-1823-450d-b2c0-f55ef402c11f"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "bd175ba3-6c14-4e9f-b6d3-9a5fef4cc25e"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "e87eb6a7-046b-4ed0-bb4b-cee11c8a0209"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "7f5909f1-7f5a-4435-81d1-efc76a717aab"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "9b3b41a8-d2ea-49e0-a062-f93e82e9280b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "0e151e21-1b0f-48fe-a300-593723793366"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "d578c576-7b14-4db9-a994-015b4bfa1f8b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "7a8e230b-09c2-46a6-8792-421a25034965"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "0929825c-4991-4dae-8afe-13f917186306"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "987c0171-af36-4640-a1c7-0eadea877653"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "36816019-219c-4b83-b9fc-a4c5d3907438"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "14f390ab-41ef-46bb-9de4-c1ea6fc544bb"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "02cde0cf-1e20-49b1-9272-788ca39d52e3"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "d9ff3dae-8a6c-45da-9ef3-107fd028f487"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "de987350-4efb-4e84-8fe4-062912fdd5af"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "f783cbf4-ed47-420a-9a6d-8c8908e381f6"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "0499eeda-52f8-4841-b14d-04cb090acdde"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "44c15ed9-0c5d-407c-b35d-102a77e2799a"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "aaf002a1-5e26-4ef4-8dae-901244b6e727"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "ccfc9916-a24e-453a-8760-658ef5267af1"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "7f5b0c63-3944-4f8e-b8f4-2c1fe284c9cf"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "83580486-5183-4772-b86d-7e1b1dd609e3"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "7e88abaa-0247-4bb8-abd1-23dcc0abaa67"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "c1942311-34f5-4c25-a747-85bbd813e06b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "4ac6c42e-7a4f-4a12-ac59-416be5f76b30"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "93f58dcb-3d12-439b-93be-0714b2aaebc6"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "0eecdffe-60df-4ecc-b3bf-6c41a3080711"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "e9ed058d-97d1-4ca7-9e83-d64b38ec4793"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "4656ca69-2dc8-414e-8f2b-3f2f08abe395"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "8eb52b2e-f283-4be2-beb9-9ce37f4888d7"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "8b29419a-37fd-4e87-b3e5-02bd1d983d4f"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"] will be updated in-place
  ~ resource "kustomization_resource" "p1" {
        id       = "460ac3cd-73b6-42a3-9082-347a98e043ed"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.gce.google_compute_instance.default will be updated in-place
  ~ resource "google_compute_instance" "default" {
        id                   = "projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis"
      ~ metadata             = {
          - "ssh-keys" = <<-EOT
                goboolean241225:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEOwFaiHPjMn2OTkPx/ah5jEsnTo/lT6EifMvXoaFvlz6KDWwyxoQHXyoIxB2pYdPPPpaU7jIeLM1w4wA2b+oLc= google-ssh {"userName":"[email protected]","expireOn":"2025-02-01T08:09:49+0000"}
                goboolean241225:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC44FDuIq/vju7O3gNNn2QgtqfkhnkwNrVadSq4THVBhgfFht3ED2qeiZpxgvtrREcHXd0Nrlzg5C4W3SO+y9mV7Z2Xo+4NeYyQOd8jmuz9MUkBt3WUXtOH9VTdDuzYCYCEbbK+vOknF06Bn8drv3rt6SGyoEdfYhti3+D79Niw+x09y3gE/olHOzfpwK8dAShmtE6UQcMFpmiV0xnTfZvKuA/hU9hG5xfelm/Dq7IVfkKPZwv5NOqCvkCv9Ggc7HosORHNvrvEAqfr8xOQ5f/GaDweBBEDG3pgnCg7HUG+gUrmL/hKqxjHT+RMJsbIJNU5fPUw2B0TpyhDyE7u5WL/ google-ssh {"userName":"[email protected]","expireOn":"2025-02-01T08:09:56+0000"}
            EOT -> null
        }
        name                 = "atlantis"
        tags                 = [
            "atlantis-server",
        ]
        # (19 unchanged attributes hidden)

        # (5 unchanged blocks hidden)
    }

Plan: 0 to add, 59 to change, 0 to destroy.
╷
│ Error: failed to read application fetch-system-streams
│ 
│   with module.argocd-application.argocd_application.fetch-system-streams,
│   on ../../modules/infra/argocd/application/application.tf line 1, in resource "argocd_application" "fetch-system-streams":
│    1: resource "argocd_application" "fetch-system-streams" {
│ 
│ rpc error: code = Unauthenticated desc = invalid session: signature is
│ invalid
╵
╷
│ Error: failed to read application fetch-system-worker
│ 
│   with module.argocd-application.argocd_application.fetch-system-worker,
│   on ../../modules/infra/argocd/application/application.tf line 34, in resource "argocd_application" "fetch-system-worker":
│   34: resource "argocd_application" "fetch-system-worker" {
│ 
│ rpc error: code = Unauthenticated desc = invalid session: signature is
│ invalid
╵


@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

atlantis plan

@goboolean-io
Copy link
Contributor

Ran Plan for dir: projects/dev workspace: default

Show Output
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applications.argoproj.io"] will be updated in-place
~ resource "kustomization_resource" "p0" {
        id       = "1139fd5c-e4d2-4a29-9b90-2fb72602467b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/applicationsets.argoproj.io"] will be updated in-place
~ resource "kustomization_resource" "p0" {
        id       = "7e135c27-5438-4f32-b83b-60461fe682bf"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p0["apiextensions.k8s.io/CustomResourceDefinition/_/appprojects.argoproj.io"] will be updated in-place
~ resource "kustomization_resource" "p0" {
        id       = "8840d7d9-161f-4393-b744-e61283821a73"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "74754cca-985b-46a2-8b61-fce666c1dce1"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-cmd-params-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "9e07adbd-6acd-4c9c-8b2f-fa5a4bc4b55d"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-gpg-keys-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "99da00a7-0310-4cf4-9acc-27a94dd33726"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-notifications-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "ec9fe3f2-14d1-416d-acee-12a7157802df"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-rbac-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "5279d40d-f152-423e-9521-e7aa056b8bb8"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-ssh-known-hosts-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "23b04123-40f3-41cc-b621-7f5bf0b5f1de"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/argocd-tls-certs-cm"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "cc3f1283-46d0-4c52-971f-bf2bba501a49"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ConfigMap/argocd/cmp-plugin"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "a84b41a8-9813-4fc4-97f7-d44a25a725ad"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "226942b4-9113-482a-bfcc-25f120b867f2"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "b73db55e-419b-412b-932d-84750f41bea2"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-metrics"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "65071f30-fc63-45bd-9e24-f0691eb9c14a"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-notifications-controller-metrics"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "61ba697e-63a2-45cc-918a-4b16d6633e65"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "26ed6154-98b7-4fdd-a3bd-a773beb22a99"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-repo-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "9a43312d-3540-4c97-a798-29f9321012b1"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "17c5d74f-7a0d-4edb-a517-76f3b84dc724"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/Service/argocd/argocd-server-metrics"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "ae09bfef-bbf2-4b65-ac66-a412a06cb495"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "d7971350-f8fa-4ac7-9e7c-84dfc61fd8d2"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "18906ba1-8d72-4456-afdc-9bf1f0c76f87"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "2fcd0498-32eb-4fc4-88b5-b74ebd7b6535"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "68c9ea90-97d3-429d-a71c-953fd1bcbfbd"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "bd5455bc-4694-4267-abd3-f92fb22cc0bf"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-repo-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "ad8ed7a3-e9ed-40ab-bbb7-1a151d56f473"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["_/ServiceAccount/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "74f6e2e0-e2af-4a5a-8be7-b0ff54326213"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "0a9c0bcb-1823-450d-b2c0-f55ef402c11f"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "bd175ba3-6c14-4e9f-b6d3-9a5fef4cc25e"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "e87eb6a7-046b-4ed0-bb4b-cee11c8a0209"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "7f5909f1-7f5a-4435-81d1-efc76a717aab"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-repo-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "9b3b41a8-d2ea-49e0-a062-f93e82e9280b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/Deployment/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "0e151e21-1b0f-48fe-a300-593723793366"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["apps/StatefulSet/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "d578c576-7b14-4db9-a994-015b4bfa1f8b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.istio.io/VirtualService/argocd/argocd-vs"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "7a8e230b-09c2-46a6-8792-421a25034965"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-application-controller-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "0929825c-4991-4dae-8afe-13f917186306"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-applicationset-controller-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "987c0171-af36-4640-a1c7-0eadea877653"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-dex-server-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "36816019-219c-4b83-b9fc-a4c5d3907438"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-notifications-controller-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "14f390ab-41ef-46bb-9de4-c1ea6fc544bb"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-redis-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "02cde0cf-1e20-49b1-9272-788ca39d52e3"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-repo-server-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "d9ff3dae-8a6c-45da-9ef3-107fd028f487"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["networking.k8s.io/NetworkPolicy/argocd/argocd-server-network-policy"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "de987350-4efb-4e84-8fe4-062912fdd5af"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "f783cbf4-ed47-420a-9a6d-8c8908e381f6"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRole/_/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "0499eeda-52f8-4841-b14d-04cb090acdde"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "44c15ed9-0c5d-407c-b35d-102a77e2799a"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/ClusterRoleBinding/_/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "aaf002a1-5e26-4ef4-8dae-901244b6e727"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "ccfc9916-a24e-453a-8760-658ef5267af1"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "7f5b0c63-3944-4f8e-b8f4-2c1fe284c9cf"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "83580486-5183-4772-b86d-7e1b1dd609e3"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "7e88abaa-0247-4bb8-abd1-23dcc0abaa67"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-repo-server-role"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "c1942311-34f5-4c25-a747-85bbd813e06b"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/Role/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "4ac6c42e-7a4f-4a12-ac59-416be5f76b30"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-application-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "93f58dcb-3d12-439b-93be-0714b2aaebc6"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-applicationset-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "0eecdffe-60df-4ecc-b3bf-6c41a3080711"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-dex-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "e9ed058d-97d1-4ca7-9e83-d64b38ec4793"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-notifications-controller"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "4656ca69-2dc8-414e-8f2b-3f2f08abe395"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-redis"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "8eb52b2e-f283-4be2-beb9-9ce37f4888d7"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-repo-server-rolebinding"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "8b29419a-37fd-4e87-b3e5-02bd1d983d4f"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd.kustomization_resource.p1["rbac.authorization.k8s.io/RoleBinding/argocd/argocd-server"] will be updated in-place
~ resource "kustomization_resource" "p1" {
        id       = "460ac3cd-73b6-42a3-9082-347a98e043ed"
      # Warning: this attribute value will be marked as sensitive and will not
      # display in UI output after applying this change. The value is unchanged.
      ~ manifest = (sensitive value)
        # (1 unchanged attribute hidden)

        # (1 unchanged block hidden)
    }

  # module.argocd-application.argocd_application.fetch-system-streams is tainted, so must be replaced
-/+ resource "argocd_application" "fetch-system-streams" {
      ~ id       = "fetch-system-streams:argocd" -> (known after apply)
      ~ status   = [
          - {
              - conditions      = []
              - health          = [
                  - {
                      - status  = "Degraded"
                        # (1 unchanged attribute hidden)
                    },
                ]
              - operation_state = [
                  - {
                      - finished_at = "2025-02-01 07:57:16 +0000 UTC"
                      - message     = "successfully synced (all tasks run)"
                      - phase       = "Succeeded"
                      - retry_count = "0"
                      - started_at  = "2025-02-01 07:57:15 +0000 UTC"
                    },
                ]
              - reconciled_at   = "2025-02-01 08:14:31 +0000 UTC"
              - resources       = [
                  - {
                      - group            = "apps"
                      - health           = [
                          - {
                              - message = "Deployment \"fetch-system-streams\" exceeded its progress deadline"
                              - status  = "Degraded"
                            },
                        ]
                      - hook             = false
                      - kind             = "Deployment"
                      - name             = "fetch-system-streams"
                      - namespace        = "fetch-system"
                      - requires_pruning = false
                      - status           = "Synced"
                      - sync_wave        = "0"
                      - version          = "v1"
                    },
                ]
              - summary         = [
                  - {
                      - external_urls = []
                      - images        = [
                          - "docker.io/istio/proxyv2:1.24.2",
                          - "registry.goboolean.io/fetch-system/streams:e755d8b",
                        ]
                    },
                ]
              - sync            = [
                  - {
                      - revision  = "4a1517bdccd9b64eae5d9f459a556079f86b4a77"
                      - revisions = []
                      - status    = "Synced"
                    },
                ]
            },
        ] -> (known after apply)
        # (3 unchanged attributes hidden)

      ~ metadata {
          - annotations      = {} -> null
          ~ generation       = 17 -> (known after apply)
          - labels           = {} -> null
            name             = "fetch-system-streams"
          ~ resource_version = "5418866" -> (known after apply)
          ~ uid              = "18643b06-a8a5-4b53-baa5-8a0d1a9ce04c" -> (known after apply)
            # (1 unchanged attribute hidden)
        }

      ~ spec {
            # (2 unchanged attributes hidden)

          ~ sync_policy {
              - sync_options = [] -> null

                # (1 unchanged block hidden)
            }

            # (2 unchanged blocks hidden)
        }
    }

  # module.argocd-application.argocd_application.fetch-system-worker is tainted, so must be replaced
-/+ resource "argocd_application" "fetch-system-worker" {
      ~ id       = "fetch-system-worker:argocd" -> (known after apply)
      ~ status   = [
          - {
              - conditions      = []
              - health          = [
                  - {
                      - status  = "Degraded"
                        # (1 unchanged attribute hidden)
                    },
                ]
              - operation_state = [
                  - {
                      - finished_at = "2025-02-01 07:57:16 +0000 UTC"
                      - message     = "successfully synced (all tasks run)"
                      - phase       = "Succeeded"
                      - retry_count = "0"
                      - started_at  = "2025-02-01 07:57:15 +0000 UTC"
                    },
                ]
              - reconciled_at   = "2025-02-01 08:14:31 +0000 UTC"
              - resources       = [
                  - {
                      - group            = "apps"
                      - health           = [
                          - {
                              - message = "Deployment \"kis-stock\" exceeded its progress deadline"
                              - status  = "Degraded"
                            },
                        ]
                      - hook             = false
                      - kind             = "Deployment"
                      - name             = "kis-stock"
                      - namespace        = "fetch-system"
                      - requires_pruning = false
                      - status           = "Synced"
                      - sync_wave        = "0"
                      - version          = "v1"
                    },
                  - {
                      - group            = "apps"
                      - health           = [
                          - {
                              - message = "Deployment \"polygon-stock\" exceeded its progress deadline"
                              - status  = "Degraded"
                            },
                        ]
                      - hook             = false
                      - kind             = "Deployment"
                      - name             = "polygon-stock"
                      - namespace        = "fetch-system"
                      - requires_pruning = false
                      - status           = "Synced"
                      - sync_wave        = "0"
                      - version          = "v1"
                    },
                ]
              - summary         = [
                  - {
                      - external_urls = []
                      - images        = [
                          - "docker.io/istio/proxyv2:1.24.2",
                          - "registry.goboolean.io/fetch-system/worker:030a6c9",
                          - "registry.goboolean.io/fetch-system/worker:2d95305",
                        ]
                    },
                ]
              - sync            = [
                  - {
                      - revision  = "4a1517bdccd9b64eae5d9f459a556079f86b4a77"
                      - revisions = []
                      - status    = "Synced"
                    },
                ]
            },
        ] -> (known after apply)
        # (3 unchanged attributes hidden)

      ~ metadata {
          - annotations      = {} -> null
          ~ generation       = 18 -> (known after apply)
          - labels           = {} -> null
            name             = "fetch-system-worker"
          ~ resource_version = "5418867" -> (known after apply)
          ~ uid              = "7381423b-a1ae-4b2a-9a63-ade5fa64a3b6" -> (known after apply)
            # (1 unchanged attribute hidden)
        }

      ~ spec {
            # (2 unchanged attributes hidden)

          ~ sync_policy {
              - sync_options = [] -> null

                # (1 unchanged block hidden)
            }

            # (2 unchanged blocks hidden)
        }
    }

  # module.gce.google_compute_instance.default will be updated in-place
~ resource "google_compute_instance" "default" {
        id                   = "projects/goboolean-448812/zones/asia-northeast3-a/instances/atlantis"
      ~ metadata             = {
          - "ssh-keys" = <<-EOT
                goboolean241225:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEOwFaiHPjMn2OTkPx/ah5jEsnTo/lT6EifMvXoaFvlz6KDWwyxoQHXyoIxB2pYdPPPpaU7jIeLM1w4wA2b+oLc= google-ssh {"userName":"[email protected]","expireOn":"2025-02-01T08:09:49+0000"}
                goboolean241225:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC44FDuIq/vju7O3gNNn2QgtqfkhnkwNrVadSq4THVBhgfFht3ED2qeiZpxgvtrREcHXd0Nrlzg5C4W3SO+y9mV7Z2Xo+4NeYyQOd8jmuz9MUkBt3WUXtOH9VTdDuzYCYCEbbK+vOknF06Bn8drv3rt6SGyoEdfYhti3+D79Niw+x09y3gE/olHOzfpwK8dAShmtE6UQcMFpmiV0xnTfZvKuA/hU9hG5xfelm/Dq7IVfkKPZwv5NOqCvkCv9Ggc7HosORHNvrvEAqfr8xOQ5f/GaDweBBEDG3pgnCg7HUG+gUrmL/hKqxjHT+RMJsbIJNU5fPUw2B0TpyhDyE7u5WL/ google-ssh {"userName":"[email protected]","expireOn":"2025-02-01T08:09:56+0000"}
            EOT -> null
        }
        name                 = "atlantis"
        tags                 = [
            "atlantis-server",
        ]
        # (19 unchanged attributes hidden)

        # (5 unchanged blocks hidden)
    }

Plan: 2 to add, 59 to change, 2 to destroy.

  • ▶️ To apply this plan, comment:
    • atlantis apply -d projects/dev
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -d projects/dev
Plan: 2 to add, 59 to change, 2 to destroy.
  • ⏩ To apply all unapplied plans from this pull request, comment:
    • atlantis apply
  • 🚮 To delete all plans and locks for the PR, comment:
    • atlantis unlock

@mulmuri
Copy link
Member Author

mulmuri commented Feb 1, 2025

argocd 이미지 배포 문제 해결되면 자동으로 해결됨

@mulmuri mulmuri merged commit 9b25767 into main Feb 1, 2025
3 checks passed
@goboolean-io
Copy link
Contributor

Locks and plans deleted for the projects and workspaces modified in this pull request:

  • dir: projects/dev workspace: default

@mulmuri mulmuri deleted the feat/argocd-application branch February 1, 2025 08:20
@mulmuri mulmuri restored the feat/argocd-application branch February 19, 2025 06:05
@mulmuri mulmuri deleted the feat/argocd-application branch February 19, 2025 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants