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

Pull Request Infracost #8

Closed
wants to merge 6 commits into from
Closed

Pull Request Infracost #8

wants to merge 6 commits into from

Conversation

santospedroh
Copy link
Owner

No description provided.

@github-actions
Copy link

github-actions bot commented Jul 7, 2022

Terraform Format and Style 🖌``

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Terraform Plan 📖success

Show Plan ```

terraform
�[0m�[1mmodule.vpc.aws_vpc.this[0]: Refreshing state... [id=vpc-0a3cd3af21e0a0572]�[0m
�[0m�[1mmodule.vpc.aws_subnet.public[1]: Refreshing state... [id=subnet-03ea6592d94122223]�[0m
�[0m�[1mmodule.vpc.aws_subnet.public[0]: Refreshing state... [id=subnet-01c4a65a7a27fcc9b]�[0m
�[0m�[1mmodule.vpc.aws_internet_gateway.this[0]: Refreshing state... [id=igw-0335a63bc09dec968]�[0m
�[0m�[1maws_security_group.game_snake_sg: Refreshing state... [id=sg-0bb68febe7a979921]�[0m
�[0m�[1mmodule.vpc.aws_route_table.public[0]: Refreshing state... [id=rtb-022c7b6f5d595c120]�[0m
�[0m�[1mmodule.vpc.aws_route_table_association.public[0]: Refreshing state... [id=rtbassoc-0e6d2dd81756895ce]�[0m
�[0m�[1mmodule.vpc.aws_route_table_association.public[1]: Refreshing state... [id=rtbassoc-07e1800cfaf846e42]�[0m
�[0m�[1mmodule.ec2_instance.aws_instance.this[0]: Refreshing state... [id=i-0b45f68f7e77c4bd7]�[0m
�[0m�[1mmodule.vpc.aws_route.public_internet_gateway[0]: Refreshing state... [id=r-rtb-022c7b6f5d595c1201080289494]�[0m
�[0m
�[1m�[36mNote:�[0m�[1m Objects have changed outside of Terraform�[0m

�[0mTerraform detected the following changes made outside of Terraform since the
last "terraform apply":

�[1m # module.vpc.aws_route_table.public[0]�[0m has been changed�[0m�[0m
�[0m �[33m�[0m�[0m resource "aws_route_table" "public" {
�[1m�[0mid�[0m�[0m = "rtb-022c7b6f5d595c120"
�[33m
�[0m �[0m�[1m�[0mroute�[0m�[0m = [
�[32m+�[0m �[0m{
�[32m+�[0m �[0mcarrier_gateway_id = ""
�[32m+�[0m �[0mcidr_block = "0.0.0.0/0"
�[32m+�[0m �[0mcore_network_arn = ""
�[32m+�[0m �[0mdestination_prefix_list_id = ""
�[32m+�[0m �[0megress_only_gateway_id = ""
�[32m+�[0m �[0mgateway_id = "igw-0335a63bc09dec968"
�[32m+�[0m �[0minstance_id = ""
�[32m+�[0m �[0mipv6_cidr_block = ""
�[32m+�[0m �[0mlocal_gateway_id = ""
�[32m+�[0m �[0mnat_gateway_id = ""
�[32m+�[0m �[0mnetwork_interface_id = ""
�[32m+�[0m �[0mtransit_gateway_id = ""
�[32m+�[0m �[0mvpc_endpoint_id = ""
�[32m+�[0m �[0mvpc_peering_connection_id = ""
},
]
�[1m�[0mtags�[0m�[0m = {
"Environment" = "prod"
"Name" = "snake-vpc-public"
"Terraform" = "true"
}
�[90m# (5 unchanged attributes hidden)�[0m�[0m
}

Unless you have made equivalent changes to your configuration, or ignored the
relevant attributes using ignore_changes, the following plan may include
actions to undo or respond to these changes.
�[90m
─────────────────────────────────────────────────────────────────────────────�[0m

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
�[32m+�[0m create
�[31m-�[0m destroy
�[0m
Terraform will perform the following actions:

�[1m # module.ec2_instance.aws_instance.this[0]�[0m will be �[1m�[31mdestroyed�[0m�[0m
�[0m �[31m-�[0m�[0m resource "aws_instance" "this" {
�[31m-�[0m �[0m�[1m�[0mami�[0m�[0m = "ami-0cff7528ff583bf9a" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0marn�[0m�[0m = "arn:aws:ec2:us-east-1:741617111963:instance/i-0b45f68f7e77c4bd7" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0massociate_public_ip_address�[0m�[0m = true �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mavailability_zone�[0m�[0m = "us-east-1a" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mcpu_core_count�[0m�[0m = 1 �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mcpu_threads_per_core�[0m�[0m = 2 �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mdisable_api_termination�[0m�[0m = false �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mebs_optimized�[0m�[0m = false �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mget_password_data�[0m�[0m = false �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mhibernation�[0m�[0m = false �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mid�[0m�[0m = "i-0b45f68f7e77c4bd7" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0minstance_initiated_shutdown_behavior�[0m�[0m = "stop" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0minstance_state�[0m�[0m = "running" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0minstance_type�[0m�[0m = "t3.micro" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mipv6_address_count�[0m�[0m = 0 �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mipv6_addresses�[0m�[0m = [] �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mmonitoring�[0m�[0m = false �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mprimary_network_interface_id�[0m�[0m = "eni-00e20cc923abc2a04" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mprivate_dns�[0m�[0m = "ip-10-200-101-223.ec2.internal" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mprivate_ip�[0m�[0m = "10.200.101.223" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mpublic_ip�[0m�[0m = "3.227.13.5" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0msecondary_private_ips�[0m�[0m = [] �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0msecurity_groups�[0m�[0m = [] �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0msource_dest_check�[0m�[0m = true �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0msubnet_id�[0m�[0m = "subnet-01c4a65a7a27fcc9b" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mtags�[0m�[0m = {
�[31m-�[0m �[0m"Application" = "snake-game"
�[31m-�[0m �[0m"Environment" = "prod"
�[31m-�[0m �[0m"Language" = "javascript"
�[31m-�[0m �[0m"Name" = "snake-game-ec2"
�[31m-�[0m �[0m"Team" = "gamer-development"
�[31m-�[0m �[0m"Terraform" = "true"
} �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mtags_all�[0m�[0m = {
�[31m-�[0m �[0m"Application" = "snake-game"
�[31m-�[0m �[0m"Environment" = "prod"
�[31m-�[0m �[0m"Language" = "javascript"
�[31m-�[0m �[0m"Name" = "snake-game-ec2"
�[31m-�[0m �[0m"Team" = "gamer-development"
�[31m-�[0m �[0m"Terraform" = "true"
} �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mtenancy�[0m�[0m = "default" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0muser_data�[0m�[0m = "4760488294eb5a904b669a79d6a00611fa8f19dd" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0muser_data_replace_on_change�[0m�[0m = false �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mvolume_tags�[0m�[0m = {
�[31m-�[0m �[0m"Name" = "snake-game"
} �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[31m-�[0m �[0m�[1m�[0mvpc_security_group_ids�[0m�[0m = [
�[31m-�[0m �[0m"sg-0bb68febe7a979921",
] �[90m->�[0m �[0m�[90mnull�[0m�[0m

  �[31m-�[0m �[0mcapacity_reservation_specification {
      �[31m-�[0m �[0m�[1m�[0mcapacity_reservation_preference�[0m�[0m = "open" �[90m->�[0m �[0m�[90mnull�[0m�[0m
    }

  �[31m-�[0m �[0mcredit_specification {
      �[31m-�[0m �[0m�[1m�[0mcpu_credits�[0m�[0m = "unlimited" �[90m->�[0m �[0m�[90mnull�[0m�[0m
    }

  �[31m-�[0m �[0menclave_options {
      �[31m-�[0m �[0m�[1m�[0menabled�[0m�[0m = false �[90m->�[0m �[0m�[90mnull�[0m�[0m
    }

  �[31m-�[0m �[0mmaintenance_options {
      �[31m-�[0m �[0m�[1m�[0mauto_recovery�[0m�[0m = "default" �[90m->�[0m �[0m�[90mnull�[0m�[0m
    }

  �[31m-�[0m �[0mmetadata_options {
      �[31m-�[0m �[0m�[1m�[0mhttp_endpoint�[0m�[0m               = "enabled" �[90m->�[0m �[0m�[90mnull�[0m�[0m
      �[31m-�[0m �[0m�[1m�[0mhttp_put_response_hop_limit�[0m�[0m = 1 �[90m->�[0m �[0m�[90mnull�[0m�[0m
      �[31m-�[0m �[0m�[1m�[0mhttp_tokens�[0m�[0m                 = "optional" �[90m->�[0m �[0m�[90mnull�[0m�[0m
      �[31m-�[0m �[0m�[1m�[0minstance_metadata_tags�[0m�[0m      = "disabled" �[90m->�[0m �[0m�[90mnull�[0m�[0m
    }

  �[31m-�[0m �[0mroot_block_device {
      �[31m-�[0m �[0m�[1m�[0mdelete_on_termination�[0m�[0m = true �[90m->�[0m �[0m�[90mnull�[0m�[0m
      �[31m-�[0m �[0m�[1m�[0mdevice_name�[0m�[0m           = "/dev/xvda" �[90m->�[0m �[0m�[90mnull�[0m�[0m
      �[31m-�[0m �[0m�[1m�[0mencrypted�[0m�[0m             = false �[90m->�[0m �[0m�[90mnull�[0m�[0m
      �[31m-�[0m �[0m�[1m�[0miops�[0m�[0m                  = 100 �[90m->�[0m �[0m�[90mnull�[0m�[0m
      �[31m-�[0m �[0m�[1m�[0mtags�[0m�[0m                  = {} �[90m->�[0m �[0m�[90mnull�[0m�[0m
      �[31m-�[0m �[0m�[1m�[0mthroughput�[0m�[0m            = 0 �[90m->�[0m �[0m�[90mnull�[0m�[0m
      �[31m-�[0m �[0m�[1m�[0mvolume_id�[0m�[0m             = "vol-01d77cd59fc67f277" �[90m->�[0m �[0m�[90mnull�[0m�[0m
      �[31m-�[0m �[0m�[1m�[0mvolume_size�[0m�[0m           = 8 �[90m->�[0m �[0m�[90mnull�[0m�[0m
      �[31m-�[0m �[0m�[1m�[0mvolume_type�[0m�[0m           = "gp2" �[90m->�[0m �[0m�[90mnull�[0m�[0m
    }

  �[31m-�[0m �[0mtimeouts {}
}

�[1m # module.ec2_instance["server-01"].aws_instance.this[0]�[0m will be created�[0m�[0m
�[0m �[32m+�[0m�[0m resource "aws_instance" "this" {
�[32m+�[0m �[0m�[1m�[0mami�[0m�[0m = "ami-0cff7528ff583bf9a"
�[32m+�[0m �[0m�[1m�[0marn�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0massociate_public_ip_address�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mavailability_zone�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mcpu_core_count�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mcpu_threads_per_core�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mdisable_api_termination�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mebs_optimized�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mget_password_data�[0m�[0m = false
�[32m+�[0m �[0m�[1m�[0mhost_id�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mid�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0minstance_initiated_shutdown_behavior�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0minstance_state�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0minstance_type�[0m�[0m = "m5.large"
�[32m+�[0m �[0m�[1m�[0mipv6_address_count�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mipv6_addresses�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mkey_name�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mmonitoring�[0m�[0m = false
�[32m+�[0m �[0m�[1m�[0moutpost_arn�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mpassword_data�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mplacement_group�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mplacement_partition_number�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mprimary_network_interface_id�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mprivate_dns�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mprivate_ip�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mpublic_dns�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mpublic_ip�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0msecondary_private_ips�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0msecurity_groups�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0msource_dest_check�[0m�[0m = true
�[32m+�[0m �[0m�[1m�[0msubnet_id�[0m�[0m = "subnet-01c4a65a7a27fcc9b"
�[32m+�[0m �[0m�[1m�[0mtags�[0m�[0m = {
�[32m+�[0m �[0m"Application" = "snake-game"
�[32m+�[0m �[0m"Environment" = "prod"
�[32m+�[0m �[0m"Language" = "javascript"
�[32m+�[0m �[0m"Name" = "snake-game-ec2"
�[32m+�[0m �[0m"Team" = "gamer-development"
�[32m+�[0m �[0m"Terraform" = "true"
}
�[32m+�[0m �[0m�[1m�[0mtags_all�[0m�[0m = {
�[32m+�[0m �[0m"Application" = "snake-game"
�[32m+�[0m �[0m"Environment" = "prod"
�[32m+�[0m �[0m"Language" = "javascript"
�[32m+�[0m �[0m"Name" = "snake-game-ec2"
�[32m+�[0m �[0m"Team" = "gamer-development"
�[32m+�[0m �[0m"Terraform" = "true"
}
�[32m+�[0m �[0m�[1m�[0mtenancy�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0muser_data�[0m�[0m = "4760488294eb5a904b669a79d6a00611fa8f19dd"
�[32m+�[0m �[0m�[1m�[0muser_data_base64�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0muser_data_replace_on_change�[0m�[0m = false
�[32m+�[0m �[0m�[1m�[0mvolume_tags�[0m�[0m = {
�[32m+�[0m �[0m"Name" = "snake-game-server-01"
}
�[32m+�[0m �[0m�[1m�[0mvpc_security_group_ids�[0m�[0m = [
�[32m+�[0m �[0m"sg-0bb68febe7a979921",
]

  �[32m+�[0m �[0mcapacity_reservation_specification {
      �[32m+�[0m �[0m�[1m�[0mcapacity_reservation_preference�[0m�[0m = (known after apply)

      �[32m+�[0m �[0mcapacity_reservation_target {
          �[32m+�[0m �[0m�[1m�[0mcapacity_reservation_id�[0m�[0m                 = (known after apply)
          �[32m+�[0m �[0m�[1m�[0mcapacity_reservation_resource_group_arn�[0m�[0m = (known after apply)
        }
    }

  �[32m+�[0m �[0mcredit_specification {}

  �[32m+�[0m �[0mebs_block_device {
      �[32m+�[0m �[0m�[1m�[0mdelete_on_termination�[0m�[0m = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mdevice_name�[0m�[0m           = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mencrypted�[0m�[0m             = (known after apply)
      �[32m+�[0m �[0m�[1m�[0miops�[0m�[0m                  = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mkms_key_id�[0m�[0m            = (known after apply)
      �[32m+�[0m �[0m�[1m�[0msnapshot_id�[0m�[0m           = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mtags�[0m�[0m                  = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mthroughput�[0m�[0m            = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_id�[0m�[0m             = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_size�[0m�[0m           = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_type�[0m�[0m           = (known after apply)
    }

  �[32m+�[0m �[0menclave_options {
      �[32m+�[0m �[0m�[1m�[0menabled�[0m�[0m = (known after apply)
    }

  �[32m+�[0m �[0mephemeral_block_device {
      �[32m+�[0m �[0m�[1m�[0mdevice_name�[0m�[0m  = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mno_device�[0m�[0m    = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvirtual_name�[0m�[0m = (known after apply)
    }

  �[32m+�[0m �[0mmaintenance_options {
      �[32m+�[0m �[0m�[1m�[0mauto_recovery�[0m�[0m = (known after apply)
    }

  �[32m+�[0m �[0mmetadata_options {
      �[32m+�[0m �[0m�[1m�[0mhttp_endpoint�[0m�[0m               = "enabled"
      �[32m+�[0m �[0m�[1m�[0mhttp_put_response_hop_limit�[0m�[0m = 1
      �[32m+�[0m �[0m�[1m�[0mhttp_tokens�[0m�[0m                 = "optional"
      �[32m+�[0m �[0m�[1m�[0minstance_metadata_tags�[0m�[0m      = "disabled"
    }

  �[32m+�[0m �[0mnetwork_interface {
      �[32m+�[0m �[0m�[1m�[0mdelete_on_termination�[0m�[0m = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mdevice_index�[0m�[0m          = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mnetwork_card_index�[0m�[0m    = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mnetwork_interface_id�[0m�[0m  = (known after apply)
    }

  �[32m+�[0m �[0mroot_block_device {
      �[32m+�[0m �[0m�[1m�[0mdelete_on_termination�[0m�[0m = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mdevice_name�[0m�[0m           = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mencrypted�[0m�[0m             = (known after apply)
      �[32m+�[0m �[0m�[1m�[0miops�[0m�[0m                  = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mkms_key_id�[0m�[0m            = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mtags�[0m�[0m                  = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mthroughput�[0m�[0m            = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_id�[0m�[0m             = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_size�[0m�[0m           = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_type�[0m�[0m           = (known after apply)
    }

  �[32m+�[0m �[0mtimeouts {}
}

�[1m # module.ec2_instance["server-02"].aws_instance.this[0]�[0m will be created�[0m�[0m
�[0m �[32m+�[0m�[0m resource "aws_instance" "this" {
�[32m+�[0m �[0m�[1m�[0mami�[0m�[0m = "ami-0cff7528ff583bf9a"
�[32m+�[0m �[0m�[1m�[0marn�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0massociate_public_ip_address�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mavailability_zone�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mcpu_core_count�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mcpu_threads_per_core�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mdisable_api_termination�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mebs_optimized�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mget_password_data�[0m�[0m = false
�[32m+�[0m �[0m�[1m�[0mhost_id�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mid�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0minstance_initiated_shutdown_behavior�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0minstance_state�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0minstance_type�[0m�[0m = "m5.large"
�[32m+�[0m �[0m�[1m�[0mipv6_address_count�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mipv6_addresses�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mkey_name�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mmonitoring�[0m�[0m = false
�[32m+�[0m �[0m�[1m�[0moutpost_arn�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mpassword_data�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mplacement_group�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mplacement_partition_number�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mprimary_network_interface_id�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mprivate_dns�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mprivate_ip�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mpublic_dns�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0mpublic_ip�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0msecondary_private_ips�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0msecurity_groups�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0msource_dest_check�[0m�[0m = true
�[32m+�[0m �[0m�[1m�[0msubnet_id�[0m�[0m = "subnet-01c4a65a7a27fcc9b"
�[32m+�[0m �[0m�[1m�[0mtags�[0m�[0m = {
�[32m+�[0m �[0m"Application" = "snake-game"
�[32m+�[0m �[0m"Environment" = "prod"
�[32m+�[0m �[0m"Language" = "javascript"
�[32m+�[0m �[0m"Name" = "snake-game-ec2"
�[32m+�[0m �[0m"Team" = "gamer-development"
�[32m+�[0m �[0m"Terraform" = "true"
}
�[32m+�[0m �[0m�[1m�[0mtags_all�[0m�[0m = {
�[32m+�[0m �[0m"Application" = "snake-game"
�[32m+�[0m �[0m"Environment" = "prod"
�[32m+�[0m �[0m"Language" = "javascript"
�[32m+�[0m �[0m"Name" = "snake-game-ec2"
�[32m+�[0m �[0m"Team" = "gamer-development"
�[32m+�[0m �[0m"Terraform" = "true"
}
�[32m+�[0m �[0m�[1m�[0mtenancy�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0muser_data�[0m�[0m = "4760488294eb5a904b669a79d6a00611fa8f19dd"
�[32m+�[0m �[0m�[1m�[0muser_data_base64�[0m�[0m = (known after apply)
�[32m+�[0m �[0m�[1m�[0muser_data_replace_on_change�[0m�[0m = false
�[32m+�[0m �[0m�[1m�[0mvolume_tags�[0m�[0m = {
�[32m+�[0m �[0m"Name" = "snake-game-server-02"
}
�[32m+�[0m �[0m�[1m�[0mvpc_security_group_ids�[0m�[0m = [
�[32m+�[0m �[0m"sg-0bb68febe7a979921",
]

  �[32m+�[0m �[0mcapacity_reservation_specification {
      �[32m+�[0m �[0m�[1m�[0mcapacity_reservation_preference�[0m�[0m = (known after apply)

      �[32m+�[0m �[0mcapacity_reservation_target {
          �[32m+�[0m �[0m�[1m�[0mcapacity_reservation_id�[0m�[0m                 = (known after apply)
          �[32m+�[0m �[0m�[1m�[0mcapacity_reservation_resource_group_arn�[0m�[0m = (known after apply)
        }
    }

  �[32m+�[0m �[0mcredit_specification {}

  �[32m+�[0m �[0mebs_block_device {
      �[32m+�[0m �[0m�[1m�[0mdelete_on_termination�[0m�[0m = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mdevice_name�[0m�[0m           = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mencrypted�[0m�[0m             = (known after apply)
      �[32m+�[0m �[0m�[1m�[0miops�[0m�[0m                  = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mkms_key_id�[0m�[0m            = (known after apply)
      �[32m+�[0m �[0m�[1m�[0msnapshot_id�[0m�[0m           = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mtags�[0m�[0m                  = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mthroughput�[0m�[0m            = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_id�[0m�[0m             = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_size�[0m�[0m           = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_type�[0m�[0m           = (known after apply)
    }

  �[32m+�[0m �[0menclave_options {
      �[32m+�[0m �[0m�[1m�[0menabled�[0m�[0m = (known after apply)
    }

  �[32m+�[0m �[0mephemeral_block_device {
      �[32m+�[0m �[0m�[1m�[0mdevice_name�[0m�[0m  = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mno_device�[0m�[0m    = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvirtual_name�[0m�[0m = (known after apply)
    }

  �[32m+�[0m �[0mmaintenance_options {
      �[32m+�[0m �[0m�[1m�[0mauto_recovery�[0m�[0m = (known after apply)
    }

  �[32m+�[0m �[0mmetadata_options {
      �[32m+�[0m �[0m�[1m�[0mhttp_endpoint�[0m�[0m               = "enabled"
      �[32m+�[0m �[0m�[1m�[0mhttp_put_response_hop_limit�[0m�[0m = 1
      �[32m+�[0m �[0m�[1m�[0mhttp_tokens�[0m�[0m                 = "optional"
      �[32m+�[0m �[0m�[1m�[0minstance_metadata_tags�[0m�[0m      = "disabled"
    }

  �[32m+�[0m �[0mnetwork_interface {
      �[32m+�[0m �[0m�[1m�[0mdelete_on_termination�[0m�[0m = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mdevice_index�[0m�[0m          = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mnetwork_card_index�[0m�[0m    = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mnetwork_interface_id�[0m�[0m  = (known after apply)
    }

  �[32m+�[0m �[0mroot_block_device {
      �[32m+�[0m �[0m�[1m�[0mdelete_on_termination�[0m�[0m = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mdevice_name�[0m�[0m           = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mencrypted�[0m�[0m             = (known after apply)
      �[32m+�[0m �[0m�[1m�[0miops�[0m�[0m                  = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mkms_key_id�[0m�[0m            = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mtags�[0m�[0m                  = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mthroughput�[0m�[0m            = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_id�[0m�[0m             = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_size�[0m�[0m           = (known after apply)
      �[32m+�[0m �[0m�[1m�[0mvolume_type�[0m�[0m           = (known after apply)
    }

  �[32m+�[0m �[0mtimeouts {}
}

�[0m�[1mPlan:�[0m 2 to add, 0 to change, 1 to destroy.
�[0m�[0m
�[1mChanges to Outputs:�[0m�[0m
�[31m-�[0m �[0m�[1m�[0minstance_public_ip�[0m�[0m = "3.227.13.5" �[90m->�[0m �[0m�[90mnull�[0m�[0m
�[90m
─────────────────────────────────────────────────────────────────────────────�[0m

Saved the plan to: tfplan.binary

To perform exactly these actions, run the following command to apply:
terraform apply "tfplan.binary"

</details>
*Pushed by: @santospedroh, Action: `pull_request`*

@github-actions
Copy link

github-actions bot commented Jul 7, 2022

💰 Infracost estimate: monthly cost will increase by $133 (+1,589%) 📈

Project Previous New Diff
santospedroh/iac-pipeline/plan.json $8.39 $142 +$133 (+1,589%)
Infracost output
Project: santospedroh/iac-pipeline/plan.json

- module.ec2_instance.aws_instance.this[0]
  -$8.39

    - Instance usage (Linux/UNIX, on-demand, t3.micro)
      -$7.59

    - CPU credits
      $0.00

    - root_block_device
    
        - Storage (general purpose SSD, gp2)
          -$0.80

+ module.ec2_instance["server-01"].aws_instance.this[0]
  +$70.88

    + Instance usage (Linux/UNIX, on-demand, m5.large)
      +$70.08

    + root_block_device
    
        + Storage (general purpose SSD, gp2)
          +$0.80

+ module.ec2_instance["server-02"].aws_instance.this[0]
  +$70.88

    + Instance usage (Linux/UNIX, on-demand, m5.large)
      +$70.08

    + root_block_device
    
        + Storage (general purpose SSD, gp2)
          +$0.80

Monthly cost change for santospedroh/iac-pipeline/plan.json
Amount:  +$133 ($8.39 → $142)
Percent: +1,589%

──────────────────────────────────
Key: ~ changed, + added, - removed

11 cloud resources were detected:
∙ 2 were estimated, all of which include usage-based costs, see https://infracost.io/usage-file
∙ 9 were free:
  ∙ 2 x aws_route_table_association
  ∙ 2 x aws_subnet
  ∙ 1 x aws_internet_gateway
  ∙ 1 x aws_route
  ∙ 1 x aws_route_table
  ∙ 1 x aws_security_group
  ∙ 1 x aws_vpc

This comment will be updated when the cost estimate changes.

Is this comment useful? Yes, No

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.

None yet

1 participant