Skip to content

Testing#14

Open
atifcodenterprise wants to merge 3 commits intomasterfrom
testing
Open

Testing#14
atifcodenterprise wants to merge 3 commits intomasterfrom
testing

Conversation

@atifcodenterprise
Copy link
Copy Markdown
Owner

No description provided.

@atifcodenterprise
Copy link
Copy Markdown
Owner Author

Ran Plan for dir: terraform workspace: default

Show Output
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # aws_instance.aws_ins_web will be updated in-place
~ resource "aws_instance" "aws_ins_web" {
        id                                   = "i-0111abb635864aadb"
        tags                                 = {
            "Name" = "my own instance2"
        }
      ~ vpc_security_group_ids               = [
          - "sg-0196198c4687ff09f",
        ] -> (known after apply)
        # (29 unchanged attributes hidden)






        # (6 unchanged blocks hidden)
    }

  # aws_security_group.aws_sg must be replaced
-/+ resource "aws_security_group" "aws_sg" {
      ~ arn                    = "arn:aws:ec2:eu-west-1:134132357646:security-group/sg-0196198c4687ff09f" -> (known after apply)
      ~ id                     = "sg-0196198c4687ff09f" -> (known after apply)
      ~ name                   = "security group from terraform" -> "security group from TF" # forces replacement
      + name_prefix            = (known after apply)
      ~ owner_id               = "134132357646" -> (known after apply)
      - tags                   = {} -> null
      ~ tags_all               = {} -> (known after apply)
      ~ vpc_id                 = "vpc-0835b5aa501c56780" -> (known after apply)
        # (4 unchanged attributes hidden)
    }

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

  • ▶️ To apply this plan, comment:
    • atlantis apply -d terraform
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -d terraform
Plan: 1 to add, 1 to change, 1 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

@atifcodenterprise
Copy link
Copy Markdown
Owner Author

atlantis apply

@atifcodenterprise
Copy link
Copy Markdown
Owner Author

Warning: The plan for dir: terraform workspace: default was discarded via the Atlantis UI.

To apply this plan you must run plan again.

@atifcodenterprise
Copy link
Copy Markdown
Owner Author

atlantis plan

@atifcodenterprise
Copy link
Copy Markdown
Owner Author

Ran Plan for dir: terraform workspace: default

Plan Error

The default workspace at path terraform is currently locked by another command that is running for this pull request.
Wait until the previous command is complete and try again.

@atifcodenterprise
Copy link
Copy Markdown
Owner Author

Warning: The plan for dir: terraform workspace: default was discarded via the Atlantis UI.

To apply this plan you must run plan again.

@atifcodenterprise
Copy link
Copy Markdown
Owner Author

atlantis apply

@atifcodenterprise
Copy link
Copy Markdown
Owner Author

Apply Error

The Atlantis working dir is currently locked by another command that is running for this pull request.
Wait until the previous command is complete and try again.

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