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: add utbetalning project #36

Merged
merged 1 commit into from
Apr 15, 2024
Merged

feat: add utbetalning project #36

merged 1 commit into from
Apr 15, 2024

Conversation

indrif
Copy link
Contributor

@indrif indrif commented Apr 15, 2024

No description provided.

Copy link

Terraform Format and Style 🖌``

Terraform Initialization ⚙️success

Terraform Validation 🤖``

Terraform Plan 📖success

Show Plan
terraform
Running plan in Terraform Cloud. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

The remote workspace is configured to work with configuration at
terraform relative to the target repository.

Terraform will upload the contents of the following directory,
excluding files or directories as defined by a .terraformignore file
at /home/runner/work/etimo-kubernetes/etimo-kubernetes/.terraformignore (if it is present),
in order to capture the filesystem context the remote workspace expects:
    /home/runner/work/etimo-kubernetes/etimo-kubernetes

To view this run in a browser, visit:
https://app.terraform.io/app/etimo/etimo-kubernetes/runs/run-fMNdfsaurDqb8Mc2

Waiting for the plan to start...

Terraform v1.1.7
on linux_amd64
Initializing plugins and modules...
logdna_view.achievements_test_staging: Refreshing state... [id=3e53cb5d8a]
logdna_view.test_mogge_staging: Refreshing state... [id=5dc2a8a4f8]
logdna_view.test_staging: Refreshing state... [id=e45414a434]
logdna_view.activity_tracker_staging: Refreshing state... [id=fddea5282d]
digitalocean_database_cluster.staging-redis-shared: Refreshing state... [id=a23f1332-4090-4f52-bfd5-5527f56561fa]
module.environment[0].digitalocean_project.project: Refreshing state... [id=0181b232-74c6-423f-8668-b042938c6c74]
digitalocean_database_cluster.staging-shared: Refreshing state... [id=5648abd8-46a0-4dbc-8ec1-2d3f4db03a24]
digitalocean_database_cluster.staging-mysql-shared: Refreshing state... [id=3d896e2c-d144-47cb-8481-cbcb7375d3d8]
logdna_view.achievements_live_staging: Refreshing state... [id=eb8b08fbee]
module.environment[0].module.kubernetes.digitalocean_kubernetes_cluster.cluster: Refreshing state... [id=fefd9159-a36a-4ad2-883d-7c9563ffdf1d]
digitalocean_database_db.achievements_live_staging_main_shared: Refreshing state... [id=5648abd8-46a0-4dbc-8ec1-2d3f4db03a24/database/achievements_live_staging_main]
digitalocean_database_db.achievements_test_staging_unleash_shared: Refreshing state... [id=5648abd8-46a0-4dbc-8ec1-2d3f4db03a24/database/achievements_test_staging_unleash]
digitalocean_database_user.activity_tracker_staging_main_shared: Refreshing state... [id=3d896e2c-d144-47cb-8481-cbcb7375d3d8/user/activity_tracker_staging_main]
digitalocean_database_db.achievements_test_staging_main_shared: Refreshing state... [id=5648abd8-46a0-4dbc-8ec1-2d3f4db03a24/database/achievements_test_staging_main]
digitalocean_database_user.achievements_live_staging_main_shared: Refreshing state... [id=5648abd8-46a0-4dbc-8ec1-2d3f4db03a24/user/achievements_live_staging_main]
digitalocean_database_db.achievements_live_staging_unleash_shared: Refreshing state... [id=5648abd8-46a0-4dbc-8ec1-2d3f4db03a24/database/achievements_live_staging_unleash]
digitalocean_database_user.achievements_test_staging_unleash_shared: Refreshing state... [id=5648abd8-46a0-4dbc-8ec1-2d3f4db03a24/user/achievements_test_staging_unleash]
digitalocean_database_user.achievements_live_staging_unleash_shared: Refreshing state... [id=5648abd8-46a0-4dbc-8ec1-2d3f4db03a24/user/achievements_live_staging_unleash]
digitalocean_database_user.achievements_test_staging_main_shared: Refreshing state... [id=5648abd8-46a0-4dbc-8ec1-2d3f4db03a24/user/achievements_test_staging_main]
digitalocean_database_db.activity_tracker_staging_main_shared: Refreshing state... [id=3d896e2c-d144-47cb-8481-cbcb7375d3d8/database/activity_tracker_staging_main]
module.environment[0].module.project_bind.digitalocean_project_resources.resources: Refreshing state... [id=0181b232-74c6-423f-8668-b042938c6c74]
module.environment[0].digitalocean_project.project: Drift detected (update)
module.environment[0].module.kubernetes.digitalocean_kubernetes_cluster.cluster: Drift detected (update)

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:

  # digitalocean_database_db.utbetalning_test_staging_auth_shared will be created
  + resource "digitalocean_database_db" "utbetalning_test_staging_auth_shared" {
      + cluster_id = "3d896e2c-d144-47cb-8481-cbcb7375d3d8"
      + id         = (known after apply)
      + name       = "utbetalning_test_staging_auth"
    }

  # digitalocean_database_db.utbetalning_test_staging_main_shared will be created
  + resource "digitalocean_database_db" "utbetalning_test_staging_main_shared" {
      + cluster_id = "3d896e2c-d144-47cb-8481-cbcb7375d3d8"
      + id         = (known after apply)
      + name       = "utbetalning_test_staging_main"
    }

  # digitalocean_database_user.utbetalning_test_staging_auth_shared will be created
  + resource "digitalocean_database_user" "utbetalning_test_staging_auth_shared" {
      + access_cert = (sensitive value)
      + access_key  = (sensitive value)
      + cluster_id  = "3d896e2c-d144-47cb-8481-cbcb7375d3d8"
      + id          = (known after apply)
      + name        = "utbetalning_test_staging_auth"
      + password    = (sensitive value)
      + role        = (known after apply)
    }

  # digitalocean_database_user.utbetalning_test_staging_main_shared will be created
  + resource "digitalocean_database_user" "utbetalning_test_staging_main_shared" {
      + access_cert = (sensitive value)
      + access_key  = (sensitive value)
      + cluster_id  = "3d896e2c-d144-47cb-8481-cbcb7375d3d8"
      + id          = (known after apply)
      + name        = "utbetalning_test_staging_main"
      + password    = (sensitive value)
      + role        = (known after apply)
    }

  # logdna_view.utbetalning_test_staging will be created
  + resource "logdna_view" "utbetalning_test_staging" {
      + id    = (known after apply)
      + name  = "utbetalning-test"
      + query = "namespace:utbetalning-test"
    }

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

Changes to Outputs:
  + project__utbetalning_test_staging  = (sensitive value)

------------------------------------------------------------------------

Cost Estimation:

Resources: 0 of 26 estimated
           $0.0/mo +$0.0

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

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Pusher: @indrif, Action: pull_request

@indrif indrif merged commit d5c6919 into main Apr 15, 2024
2 checks passed
@indrif indrif deleted the utbetalning-test branch April 15, 2024 20:20
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.

1 participant