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

test #2581

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

test #2581

wants to merge 2 commits into from

Conversation

maxwelllwang
Copy link
Contributor

…review

Copy link

github-actions bot commented Aug 1, 2024

Terraform Plan

TACOS generated a terraform plan for 3 slices:

  • 3 slices have pending changes to apply

Changes

terraform/env.maxwelllwang/testfreeapply/slice-1-iam

Plan: 1 to add, 0 to change, 0 to destroy.
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:

  # null_resource.iam-policy will be created
  + resource "null_resource" "iam-policy" {
      + id       = (known after apply)
      + triggers = {
          + "policy"  = jsonencode(
                {
                  + members = [
                      + "[email protected]",
                      + "[email protected]",
                    ]
                  + role    = "roles/owner"
                }
            )
          + "project" = "my-prod"
        }
    }

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

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

Saved the plan to:
tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "tfplan"

terraform/env.maxwelllwang/testfreeapply/slice-0-project

Plan: 1 to add, 0 to change, 0 to destroy.
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:

  # null_resource.project will be created
  + resource "null_resource" "project" {
      + id       = (known after apply)
      + triggers = {
          + "project" = "my-prod"
        }
    }

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

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

Saved the plan to:
tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "tfplan"

terraform/env.maxwelllwang/testfreeapply/slice-2-vm

Plan: 2 to add, 0 to change, 0 to destroy.
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:

  # null_resource.vm will be created
  + resource "null_resource" "vm" {
      + id       = (known after apply)
      + triggers = {
          + "disk_id" = (known after apply)
          + "name"    = "prod-vm-1"
        }
    }

  # random_uuid.disk_id will be created
  + resource "random_uuid" "disk_id" {
      + id     = (known after apply)
      + result = (known after apply)
    }

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

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

Saved the plan to:
tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "tfplan"

@maxwelllwang maxwelllwang added the 🌮:apply Request a terraform apply of these changes. label Aug 1, 2024
@github-actions github-actions bot removed the 🌮:apply Request a terraform apply of these changes. label Aug 1, 2024
Copy link

github-actions bot commented Aug 1, 2024

Terraform Apply

TACOS ran terraform apply for 3 slices:

  • 3 slices failed to apply

Errors

(file not found: 'TF_ROOT_MODULE'

(file not found: 'explanation'

Failure: error code -1

Commands: (error code -1)
(file not found: 'console.log'
(file not found: 'tf-log.hcl'

(file not found: 'TF_ROOT_MODULE'

(file not found: 'explanation'

Failure: error code -1
Commands: (error code -1)
(file not found: 'console.log'
(file not found: 'tf-log.hcl'

(file not found: 'TF_ROOT_MODULE'

(file not found: 'explanation'

Failure: error code -1
Commands: (error code -1)
(file not found: 'console.log'
(file not found: 'tf-log.hcl'

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