Updated the backend.hcl to include the dynamodb_table lock#16
Conversation
|
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" { Plan: 1 to add, 1 to change, 1 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" { Plan: 1 to add, 1 to change, 1 to destroy. Changes to Outputs: |
No description provided.