Skip to content

Fix module source path in Terraform configuration#4

Merged
Lexxick merged 3 commits into
mainfrom
3-fix-terraform-plan-workflows
Mar 17, 2026
Merged

Fix module source path in Terraform configuration#4
Lexxick merged 3 commits into
mainfrom
3-fix-terraform-plan-workflows

Conversation

@Lexxick

@Lexxick Lexxick commented Mar 13, 2026

Copy link
Copy Markdown
Owner

No description provided.

@Lexxick Lexxick linked an issue Mar 13, 2026 that may be closed by this pull request
@github-actions

Copy link
Copy Markdown

Terraform Plan

Show Plan 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.app_config.local_file.app_config will be created
  + resource "local_file" "app_config" {
      + content              = (known after apply)
      + content_base64sha256 = (known after apply)
      + content_base64sha512 = (known after apply)
      + content_md5          = (known after apply)
      + content_sha1         = (known after apply)
      + content_sha256       = (known after apply)
      + content_sha512       = (known after apply)
      + directory_permission = "0777"
      + file_permission      = "0777"
      + filename             = "./output/test-config.json"
      + id                   = (known after apply)
    }

  # module.app_config.local_file.deployment_summary will be created
  + resource "local_file" "deployment_summary" {
      + content              = <<-EOT
            ==============================
            Environment : test
            App Version : 1.0.0
            Replicas    : 2
            Feature Flags:
                  - dark_mode: true
                  - new_dashboard: true
                ==============================
        EOT
      + content_base64sha256 = (known after apply)
      + content_base64sha512 = (known after apply)
      + content_md5          = (known after apply)
      + content_sha1         = (known after apply)
      + content_sha256       = (known after apply)
      + content_sha512       = (known after apply)
      + directory_permission = "0777"
      + file_permission      = "0777"
      + filename             = "./output/test-summary.txt"
      + id                   = (known after apply)
    }

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

Changes to Outputs:
  + config_path = "./output/test-config.json"

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

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.

Verify the changes above, then merge to apply.

@github-actions

Copy link
Copy Markdown

Terraform Plan

Show Plan 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.app_config.local_file.app_config will be created
  + resource "local_file" "app_config" {
      + content              = (known after apply)
      + content_base64sha256 = (known after apply)
      + content_base64sha512 = (known after apply)
      + content_md5          = (known after apply)
      + content_sha1         = (known after apply)
      + content_sha256       = (known after apply)
      + content_sha512       = (known after apply)
      + directory_permission = "0777"
      + file_permission      = "0777"
      + filename             = "./output/test-config.json"
      + id                   = (known after apply)
    }

  # module.app_config.local_file.deployment_summary will be created
  + resource "local_file" "deployment_summary" {
      + content              = <<-EOT
            ==============================
            Environment : test
            App Version : 1.0.0
            Replicas    : 2
            Feature Flags:
                  - dark_mode: true
                  - new_dashboard: true
                ==============================
        EOT
      + content_base64sha256 = (known after apply)
      + content_base64sha512 = (known after apply)
      + content_md5          = (known after apply)
      + content_sha1         = (known after apply)
      + content_sha256       = (known after apply)
      + content_sha512       = (known after apply)
      + directory_permission = "0777"
      + file_permission      = "0777"
      + filename             = "./output/test-summary.txt"
      + id                   = (known after apply)
    }

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

Changes to Outputs:
  + config_path = "./output/test-config.json"

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

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.

Verify the changes above, then merge to apply.

@Lexxick
Lexxick merged commit 620f11e into main Mar 17, 2026
1 check passed
@Lexxick
Lexxick deleted the 3-fix-terraform-plan-workflows branch March 17, 2026 13:43
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.

fix terraform plan workflows

1 participant