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

Hardcoded values to secrets and GitHub Actions as main example #10

Merged
merged 2 commits into from Sep 12, 2020
Merged

Conversation

unfor19
Copy link
Owner

@unfor19 unfor19 commented Sep 12, 2020

Close #7
Close #7

@unfor19 unfor19 added this to In progress in v1.0.0 via automation Sep 12, 2020
@github-actions
Copy link

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

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
-/+ destroy and then create replacement

Terraform will perform the following actions:

# module.vpc.aws_route_table_association.public[1] must be replaced
-/+ resource "aws_route_table_association" "public" {
    ~ id             = "rtbassoc-09f74d8f6805674dd" -> (known after apply)
      route_table_id = "rtb-0b789037e1f548a5d"
    ~ subnet_id      = "subnet-0392b0fb1a61e95d4" -> (known after apply) # forces replacement
  }

# module.vpc.aws_subnet.public[1] must be replaced
-/+ resource "aws_subnet" "public" {
    ~ arn                             = "arn:aws:ec2:eu-west-1:090412029008:subnet/subnet-0392b0fb1a61e95d4" -> (known after apply)
      assign_ipv6_address_on_creation = false
      availability_zone               = "eu-west-1b"
    ~ availability_zone_id            = "euw1-az2" -> (known after apply)
    ~ cidr_block                      = "10.2.3.0/24" -> "10.2.2.0/24" # forces replacement
    ~ id                              = "subnet-0392b0fb1a61e95d4" -> (known after apply)
    + ipv6_cidr_block_association_id  = (known after apply)
      map_public_ip_on_launch         = true
    ~ owner_id                        = "090412029008" -> (known after apply)
      tags                            = {
          "Environment" = "stg"
          "Name"        = "tfmultienv-stg-public-eu-west-1b"
          "Terraform"   = "true"
      }
      vpc_id                          = "vpc-0c7676ac9e1909e7c"
  }

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

@unfor19 unfor19 merged commit 8dfe887 into stg Sep 12, 2020
v1.0.0 automation moved this from In progress to Done Sep 12, 2020
@unfor19 unfor19 added the enhancement New feature or request label Sep 12, 2020
@unfor19 unfor19 mentioned this pull request Sep 12, 2020
unfor19 added a commit that referenced this pull request Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
v1.0.0
  
Done
1 participant