main.tf aktualisiert #17

Merged
florian merged 1 commits from florian-patch-13 into main 2024-02-24 19:22:15 +01:00
Owner
No description provided.
florian added 1 commit 2024-02-23 11:10:33 +01:00
1/1 projects applied successfully.
1b82b575c3
main.tf aktualisiert
Author
Owner
Superseded Atlantis Apply
Superseded Atlantis Plan

atlantis plan

<!--- +-Superseded Command-+ ---><details><summary>Superseded Atlantis Apply</summary> <!--- +-Superseded Command-+ ---><details><summary>Superseded Atlantis Plan</summary> atlantis plan </details> </details>
Author
Owner
Superseded Atlantis Apply

Ran Plan for dir: . 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:

  # null_resource.example will be created
+ resource "null_resource" "example" {
      + id = (known after apply)
    }

  # null_resource.example2 will be created
+ resource "null_resource" "example2" {
      + id = (known after apply)
    }

  # null_resource.example3 will be created
+ resource "null_resource" "example3" {
      + id = (known after apply)
    }

Plan: 3 to add, 0 to change, 0 to destroy.
  • ▶️ To apply this plan, comment:
    • atlantis apply -d .
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -d .
Plan: 3 to add, 0 to change, 0 to destroy.
  • To apply all unapplied plans from this pull request, comment:
    • atlantis apply
  • 🚮 To delete all plans and locks for the PR, comment:
    • atlantis unlock
<!--- +-Superseded Command-+ ---><details><summary>Superseded Atlantis Apply</summary> Ran Plan for dir: `.` workspace: `default` <details><summary>Show Output</summary> ```diff 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.example will be created + resource "null_resource" "example" { + id = (known after apply) } # null_resource.example2 will be created + resource "null_resource" "example2" { + id = (known after apply) } # null_resource.example3 will be created + resource "null_resource" "example3" { + id = (known after apply) } Plan: 3 to add, 0 to change, 0 to destroy. ``` * :arrow_forward: To **apply** this plan, comment: * `atlantis apply -d .` * :put_litter_in_its_place: To **delete** this plan click [here](http://61d69320ff36:4141/lock?id=florian%252Ftest-atlantis%252F.%252Fdefault) * :repeat: To **plan** this project again, comment: * `atlantis plan -d .` </details> Plan: 3 to add, 0 to change, 0 to destroy. --- * :fast_forward: To **apply** all unapplied plans from this pull request, comment: * `atlantis apply` * :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment: * `atlantis unlock` </details>
Author
Owner
Superseded Atlantis Apply

atlantis apply

<!--- +-Superseded Command-+ ---><details><summary>Superseded Atlantis Apply</summary> atlantis apply </details>
Author
Owner

Ran Apply for dir: . workspace: default

null_resource.example2: Creating...
null_resource.example3: Creating...
null_resource.example: Creating...
null_resource.example3: Creation complete after 0s [id=2419105695379141043]
null_resource.example2: Creation complete after 0s [id=4463020631044525464]
null_resource.example: Creation complete after 0s [id=6820778951355731658]

Apply complete! Resources: 3 added, 0 changed, 0 destroyed.
Ran Apply for dir: `.` workspace: `default` ```diff null_resource.example2: Creating... null_resource.example3: Creating... null_resource.example: Creating... null_resource.example3: Creation complete after 0s [id=2419105695379141043] null_resource.example2: Creation complete after 0s [id=4463020631044525464] null_resource.example: Creation complete after 0s [id=6820778951355731658] Apply complete! Resources: 3 added, 0 changed, 0 destroyed. ```
Author
Owner

Automatically merging because all plans have been successfully applied.

Automatically merging because all plans have been successfully applied.
florian merged commit d3d80902ec into main 2024-02-24 19:22:15 +01:00
Author
Owner

Locks and plans deleted for the projects and workspaces modified in this pull request:

  • dir: . workspace: default
Locks and plans deleted for the projects and workspaces modified in this pull request: - dir: `.` workspace: `default`
Sign in to join this conversation.
No reviewers
No Label
nounlock
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: florian/test-atlantis#17
No description provided.