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

remove serials from instances #12

Merged
merged 1 commit into from
Aug 6, 2023
Merged

remove serials from instances #12

merged 1 commit into from
Aug 6, 2023

Conversation

glitchcrab
Copy link
Contributor

No description provided.

@glitchcrab glitchcrab self-assigned this Aug 6, 2023
@glitchcrab-bot
Copy link
Collaborator

Ran Plan for dir: cluster workspace: default

Plan Error

Show Output
running "/atlantis-data/bin/terraform1.5.4 plan -input=false -refresh -out \"/atlantis-data/repos/a7d-corp/homelab-k8s-cluster-room101-a7d-mc/12/default/cluster/homelab-k8s-cluster-room101-a7d-mc-default.tfplan\"" in "/atlantis-data/repos/a7d-corp/homelab-k8s-cluster-room101-a7d-mc/12/default/cluster": exit status 1
random_string.master_serial[0]: Refreshing state... [id=3h1akyfu23t26z8w]
random_string.worker_serial[0]: Refreshing state... [id=08999p3s8vvlvwdv]
random_string.worker_serial[1]: Refreshing state... [id=pzny0es14l8g1kda]
macaddress.worker_net0_mac[1]: Refreshing state... [id=e6:50:8c:4c:18:e7]
macaddress.master_net0_mac[0]: Refreshing state... [id=ca:b7:c7:52:4c:5b]
macaddress.worker_net0_mac[0]: Refreshing state... [id=da:fb:03:59:18:27]

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

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

  # random_string.master_serial[0] will be destroyed
  # (because random_string.master_serial is not in configuration)
  - resource "random_string" "master_serial" {
      - id          = "3h1akyfu23t26z8w" -> null
      - length      = 16 -> null
      - lower       = true -> null
      - min_lower   = 0 -> null
      - min_numeric = 0 -> null
      - min_special = 0 -> null
      - min_upper   = 0 -> null
      - number      = true -> null
      - numeric     = true -> null
      - result      = "3h1akyfu23t26z8w" -> null
      - special     = false -> null
      - upper       = false -> null
    }

  # random_string.worker_serial[0] will be destroyed
  # (because random_string.worker_serial is not in configuration)
  - resource "random_string" "worker_serial" {
      - id          = "08999p3s8vvlvwdv" -> null
      - length      = 16 -> null
      - lower       = true -> null
      - min_lower   = 0 -> null
      - min_numeric = 0 -> null
      - min_special = 0 -> null
      - min_upper   = 0 -> null
      - number      = true -> null
      - numeric     = true -> null
      - result      = "08999p3s8vvlvwdv" -> null
      - special     = false -> null
      - upper       = false -> null
    }

  # random_string.worker_serial[1] will be destroyed
  # (because random_string.worker_serial is not in configuration)
  - resource "random_string" "worker_serial" {
      - id          = "pzny0es14l8g1kda" -> null
      - length      = 16 -> null
      - lower       = true -> null
      - min_lower   = 0 -> null
      - min_numeric = 0 -> null
      - min_special = 0 -> null
      - min_upper   = 0 -> null
      - number      = true -> null
      - numeric     = true -> null
      - result      = "pzny0es14l8g1kda" -> null
      - special     = false -> null
      - upper       = false -> null
    }

Plan: 0 to add, 0 to change, 3 to destroy.
╷
│ Error: Error making API request.
│ 
│ URL: GET https://vault.analbeard.com/v1/auth/token/lookup-self
│ Code: 403. Errors:
│ 
│ * permission denied
│ 
│   with provider["registry.terraform.io/hashicorp/vault"],
│   on zz_provider.tf line 9, in provider "vault":
│    9: provider "vault" {}
│ 
╵


@glitchcrab glitchcrab merged commit a45ebd9 into main Aug 6, 2023
1 of 3 checks passed
@glitchcrab glitchcrab deleted the remove/serials branch August 6, 2023 16:03
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.

None yet

2 participants