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

added a repo tag #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

added a repo tag #1

wants to merge 1 commit into from

Conversation

scottyhq
Copy link
Contributor

@scottyhq scottyhq commented Jan 1, 2020

No description provided.

@github-actions
Copy link

github-actions bot commented Jan 1, 2020

terraform plan Success

Show Output

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # aws_instance.scotts-machine will be updated in-place
  ~ resource "aws_instance" "scotts-machine" {
        ami                          = "ami-0a7d051a1c4b54f65"
        arn                          = "arn:aws:ec2:us-west-2:783380859522:instance/i-0934add7d0c89194c"
        associate_public_ip_address  = true
        availability_zone            = "us-west-2b"
        cpu_core_count               = 1
        cpu_threads_per_core         = 1
        disable_api_termination      = false
        ebs_optimized                = false
        get_password_data            = false
        id                           = "i-0934add7d0c89194c"
        instance_state               = "running"
        instance_type                = "t2.micro"
        ipv6_address_count           = 0
        ipv6_addresses               = []
        monitoring                   = false
        primary_network_interface_id = "eni-040078ae798604dae"
        private_dns                  = "ip-172-31-18-232.us-west-2.compute.internal"
        private_ip                   = "172.31.18.232"
        public_dns                   = "ec2-52-12-186-181.us-west-2.compute.amazonaws.com"
        public_ip                    = "52.12.186.181"
        security_groups              = [
            "default",
        ]
        source_dest_check            = true
        subnet_id                    = "subnet-2f755656"
      ~ tags                         = {
            "Name" = "scott test machine"
          + "Repo" = "escience-pangeo/terraform-aws"
        }
        tenancy                      = "default"
        volume_tags                  = {}
        vpc_security_group_ids       = [
            "sg-51b10025",
        ]

        credit_specification {
            cpu_credits = "standard"
        }

        root_block_device {
            delete_on_termination = true
            encrypted             = false
            iops                  = 100
            volume_id             = "vol-0e6c5bf809a126fc2"
            volume_size           = 8
            volume_type           = "gp2"
        }
    }

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

Workflow: Terraform EC2, Action: hashicorpterraform-github-actions4, Working Directory: ec2

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