add 8081 to Terraform security group for cms#14
Conversation
|
Terraform used the selected providers to generate the following execution Terraform will perform the following actions: module.network.aws_security_group.host will be updated in-place~ resource "aws_security_group" "host" { Plan: 0 to add, 1 to change, 0 to destroy. |
|
Note: Objects have changed outside of Terraform Terraform detected the following changes made outside of Terraform since the module.compute.aws_instance.app_server has changed~ resource "aws_instance" "app_server" { Unless you have made equivalent changes to your configuration, or ignored the ───────────────────────────────────────────────────────────────────────────── Terraform used the selected providers to generate the following execution Terraform will perform the following actions: module.network.aws_security_group.host will be updated in-place~ resource "aws_security_group" "host" { Plan: 0 to add, 1 to change, 0 to destroy. Changes to Outputs: |
No description provided.