Update all env_dir and S3 key paths to use development - #12
Conversation
|
Terraform used the selected providers to generate the following execution
Terraform will perform the following actions: aws_eip.dev_app will be created
aws_s3_bucket.dev_test_bucket will be created
random_id.suffix will be created
module.compute.aws_iam_instance_profile.ec2_profile will be created
module.compute.aws_iam_role.ec2_role will be created
module.compute.aws_iam_role_policy_attachment.ssm_core will be created
module.compute.aws_instance.app_server will be created
module.compute.aws_key_pair.dev_admin will be created
module.network.aws_internet_gateway.igw will be created
module.network.aws_route_table.public will be created
module.network.aws_route_table_association.a will be created
module.network.aws_route_table_association.b will be created
module.network.aws_security_group.host will be created
module.network.aws_subnet.public_a will be created
module.network.aws_subnet.public_b will be created
module.network.aws_vpc.this will be created
module.secrets.aws_ssm_parameter.ghcr_token[0] will be created
Plan: 17 to add, 0 to change, 0 to destroy. Changes to Outputs:
|
|
Terraform used the selected providers to generate the following execution Terraform will perform the following actions: aws_eip.dev_app will be updated in-place~ resource "aws_eip" "dev_app" { module.compute.aws_instance.app_server must be replaced-/+ resource "aws_instance" "app_server" { module.secrets.aws_ssm_parameter.admin_key has moved to module.secrets.aws_ssm_parameter.admin_key[0]module.secrets.aws_ssm_parameter.ghcr_token has moved to module.secrets.aws_ssm_parameter.ghcr_token[0]module.secrets.aws_ssm_parameter.redis_password has moved to module.secrets.aws_ssm_parameter.redis_password[0]module.secrets.aws_ssm_parameter.sa_password has moved to module.secrets.aws_ssm_parameter.sa_password[0]Plan: 1 to add, 1 to change, 1 to destroy. Changes to Outputs:
|
No description provided.