Tf ec2 ssh elastic ip setup#15
Conversation
CI OIDC Test and README for the REPO
Bootstrap Terraform backend (S3 + DynamoDB lock)
feat(dev-setup): add Terraform setup for development environment with remote backend
Added AWS credentials configuration step for Terraform validation.
Add permissions for id-token and contents in workflow
feat(ci-setup) Terraform validation and plan preview workflow"
Added environment directory setup for Terraform based on branch name.
Configure Terraform environment directory based on branch
Updated the tf deploy workflow
…on and add new modules
Add TF_LOG environment variable for debugging in Terraform Plan step.
Updated branch formatting and added Terraform apply step.
Removed specific Terraform version setup in workflow.
feat(tf-networks-ec2-dev): update development environment configuration and add new modules
…ser-data.sh script
…s matching branch is pushed
|
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.