Last active
April 12, 2019 21:39
-
-
Save crizstian/1e5cb85908f418d2863160bff03a5362 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data.template_file.user_data_db: Refreshing state... | |
data.aws_availability_zones.available_zones: Refreshing state... | |
data.aws_ami.db_image: Refreshing state... | |
data.aws_ami.proxy_image: Refreshing state... | |
------------------------------------------------------------------------ | |
An execution plan has been generated and is shown below. | |
Resource actions are indicated with the following symbols: | |
+ create | |
Terraform will perform the following actions: | |
... | |
+ module.aero_bastion_instance.aws_instance.vm | |
id: <computed> | |
ami: "ami-0ff7f191316dba328" | |
arn: <computed> | |
associate_public_ip_address: "true" | |
availability_zone: <computed> | |
cpu_core_count: <computed> | |
cpu_threads_per_core: <computed> | |
ebs_block_device.#: "1" | |
ebs_block_device.3239300295.delete_on_termination: "true" | |
ebs_block_device.3239300295.device_name: "/dev/sda1" | |
ebs_block_device.3239300295.encrypted: <computed> | |
ebs_block_device.3239300295.snapshot_id: <computed> | |
ebs_block_device.3239300295.volume_id: <computed> | |
ebs_block_device.3239300295.volume_size: "50" | |
ebs_block_device.3239300295.volume_type: <computed> | |
ephemeral_block_device.#: <computed> | |
get_password_data: "false" | |
host_id: <computed> | |
instance_state: <computed> | |
instance_type: "t2.small" | |
ipv6_address_count: <computed> | |
ipv6_addresses.#: <computed> | |
key_name: "aero-cluster" | |
network_interface.#: <computed> | |
network_interface_id: <computed> | |
password_data: <computed> | |
placement_group: <computed> | |
primary_network_interface_id: <computed> | |
private_dns: <computed> | |
private_ip: <computed> | |
public_dns: <computed> | |
public_ip: <computed> | |
root_block_device.#: <computed> | |
security_groups.#: <computed> | |
source_dest_check: "true" | |
subnet_id: "${var.subnet_id}" | |
tags.%: "2" | |
tags.Environment: "default" | |
tags.Name: "aero-bastion-cluster-BastionVM" | |
tenancy: <computed> | |
volume_tags.%: <computed> | |
vpc_security_group_ids.#: <computed> | |
... | |
+ module.aero_bastion_network.aws_route_table.private_route_table | |
id: <computed> | |
owner_id: <computed> | |
propagating_vgws.#: <computed> | |
route.#: <computed> | |
tags.%: "3" | |
tags.Application: "aero-bastion-cluster" | |
tags.Environment: "default" | |
tags.Name: "aero-bastion-cluster-private-route-table" | |
vpc_id: "${aws_vpc.bastion_vpc.id}" | |
+ module.aero_bastion_network.aws_route_table.public_route_table | |
id: <computed> | |
owner_id: <computed> | |
propagating_vgws.#: <computed> | |
route.#: <computed> | |
tags.%: "3" | |
tags.Application: "aero-bastion-cluster" | |
tags.Environment: "default" | |
tags.Name: "aero-bastion-cluster-public-route-table" | |
vpc_id: "${aws_vpc.bastion_vpc.id}" | |
... | |
+ module.aero_bastion_network.aws_subnet.bastion_public_subnet | |
id: <computed> | |
arn: <computed> | |
assign_ipv6_address_on_creation: "false" | |
availability_zone: "us-west-1a" | |
availability_zone_id: <computed> | |
cidr_block: "10.0.1.0/24" | |
ipv6_cidr_block: <computed> | |
ipv6_cidr_block_association_id: <computed> | |
map_public_ip_on_launch: "false" | |
owner_id: <computed> | |
tags.%: "3" | |
tags.Application: "aero-bastion-cluster" | |
tags.Environment: "default" | |
tags.Name: "aero-bastion-cluster-public-subnet" | |
vpc_id: "${aws_vpc.bastion_vpc.id}" | |
... | |
Plan: 21 to add, 0 to change, 0 to destroy. | |
Do you want to perform these actions? | |
Terraform will perform the actions described above. | |
Only 'yes' will be accepted to approve. | |
Enter a value: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment