Skip to content

Comments

Example 2#6

Draft
baygaillardclasspass wants to merge 1 commit intomainfrom
example-2
Draft

Example 2#6
baygaillardclasspass wants to merge 1 commit intomainfrom
example-2

Conversation

@baygaillardclasspass
Copy link
Collaborator

What: A quick blurb about what you changed, probably mirrors the changelog entry.

Why: Why did you change it? Consider linking a Jira Ticket.

Security Impact:
For assistance, see this confluence page.

  • No security impact
  • I have linked to a document that considers security impact or described the security impact below.

@baygaillardclasspass
Copy link
Collaborator Author

atlantis plan

@baygaillardclasspass
Copy link
Collaborator Author

Ran Plan for 2 projects:

  1. dir: environments/dev workspace: default
  2. dir: environments/prod workspace: default

1. dir: environments/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.s3bucket.aws_ssm_parameter.enabled will be created
+ resource "aws_ssm_parameter" "enabled" {
      + arn            = (known after apply)
      + data_type      = (known after apply)
      + has_value_wo   = (known after apply)
      + id             = (known after apply)
      + insecure_value = (known after apply)
      + key_id         = (known after apply)
      + name           = "/atlantis/development/enabled"
      + overwrite      = true
      + region         = "us-east-1"
      + tags_all       = (known after apply)
      + tier           = (known after apply)
      + type           = "String"
      + value          = (sensitive value)
      + value_wo       = (write-only attribute)
      + version        = (known after apply)
    }

  # module.s3bucket.aws_ssm_parameter.environment_name will be updated in-place
~ resource "aws_ssm_parameter" "environment_name" {
        id              = "/atlantis/poc/environment_name"
        name            = "/atlantis/poc/environment_name"
        tags            = {}
      ~ value           = (sensitive value)
      ~ version         = 2 -> (known after apply)
        # (12 unchanged attributes hidden)
    }

Plan: 1 to add, 1 to change, 0 to destroy.
  • ▶️ To apply this plan, comment:
    atlantis apply -d environments/dev
  • 🚮 To delete this plan and lock, click here
  • 🔁 To plan this project again, comment:
    atlantis plan -d environments/dev

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


2. dir: environments/prod 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.s3bucket.aws_ssm_parameter.enabled will be created
+ resource "aws_ssm_parameter" "enabled" {
      + arn            = (known after apply)
      + data_type      = (known after apply)
      + has_value_wo   = (known after apply)
      + id             = (known after apply)
      + insecure_value = (known after apply)
      + key_id         = (known after apply)
      + name           = "/atlantis/production/enabled"
      + overwrite      = true
      + region         = "us-east-1"
      + tags_all       = (known after apply)
      + tier           = (known after apply)
      + type           = "String"
      + value          = (sensitive value)
      + value_wo       = (write-only attribute)
      + version        = (known after apply)
    }

Plan: 1 to add, 0 to change, 0 to destroy.
  • ▶️ To apply this plan, comment:
    atlantis apply -d environments/prod
  • 🚮 To delete this plan and lock, click here
  • 🔁 To plan this project again, comment:
    atlantis plan -d environments/prod

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


Plan Summary

2 projects, 2 with changes, 0 with no changes, 0 failed

  • ⏩ To apply all unapplied plans from this Pull Request, comment:
    atlantis apply
  • 🚮 To delete all plans and locks from this Pull Request, comment:
    atlantis unlock

@baygaillardclasspass baygaillardclasspass mentioned this pull request Jan 9, 2026
2 tasks
@baygaillardclasspass
Copy link
Collaborator Author

atlantis unlock

@baygaillardclasspass
Copy link
Collaborator Author

All Atlantis locks for this PR have been unlocked and plans discarded

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