Skip to content

erdembozdg/terraform-aws-labs

Repository files navigation

Terraform-works

terraform --version terraform version terraform init export AWS_ACCESS_KEY_ID=******* export AWS_SECRET_ACCESS_KEY=********* terraform plan terraform console terraform apply -refresh=false terraform plan -out iam.tfplan terraform apply "iam.tfplan" terraform apply -target=aws_iam_user.my_iam_user terraform destroy terraform validate terraform fmt terraform show export TF_VAR_iam_user_name_prefix = FROM_ENV_VARIABLE_IAM_PREFIX export TF_VAR_iam_user_name_prefix=FROM_ENV_VARIABLE_IAM_PREFIX terraform plan -refresh=false -var="iam_user_name_prefix=VALUE_FROM_COMMAND_LINE" terraform apply -target=aws_default_vpc.default terraform apply -target=data.aws_subnet_ids.default_subnets terraform apply -target=data.aws_ami_ids.aws_linux_2_latest_ids terraform apply -target=data.aws_ami.aws_linux_2_latest terraform workspace show terraform workspace new prod-env terraform workspace select default terraform workspace list terraform workspace select prod-env

#EBS df -h mkfs.ext4 /dev/xvdh mount /dev/xvdh /data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published