repetitive resource use in different region terraform
####Repeat Resource block and launch in multiple regions
provider "aws" {
region = "us-west-1"
access_key = "PUT-ACCESS-KEY"
secret_key = "PUT-SECRET-KEY"
}
provider "aws" {
alias = "mumbai"
region = "ap-south-1"
access_key = "PUT-ACCESS-KEY"
secret_key = "PUT-SECRET-KEY"
}
resource "aws_eip" "eip1" {
vpc = "true"
}
resource "aws_eip" "eip2" {
vpc = "true"
provider = aws.mumbai
}
Also in C++:
- Title
- sed up to first match
- Category
- C++
- Title
- change pycharm git global author
- Category
- C++
- Title
- ews address already in use :::9000
- Category
- C++
- Title
- view log apache 2
- Category
- C++
- Title
- download bangla font ubuntu
- Category
- C++
- Title
- how to install wps office in ubuntu
- Category
- C++
- Title
- free memory linux command
- Category
- C++
- Title
- centos install lsb_release
- Category
- C++
- Title
- command to remove a program linux
- Category
- C++
- Title
- protoc-gen-grpc npm
- Category
- C++
- Title
- how to undo commit
- Category
- C++
- Title
- git reset branch
- Category
- C++
- Title
- aws instance agent installation on command line (cloudwatchlogs)
- Category
- C++
- Title
- git bash open in file explorer
- Category
- C++
- Title
- git add hidden files
- Category
- C++
- Title
- upgrade shell tty
- Category
- C++
- Title
- install perl 5 on ubuntu 2020
- Category
- C++
- Title
- pyinstaller onefile add-data windowed
- Category
- C++
- Title
- powershell script to disable screensaver
- Category
- C++
- Title
- list all packages installed with pip
- Category
- C++
- Title
- how to install ssh server on ubuntu 16.04
- Category
- C++
- Title
- No module named 'numpy'
- Category
- C++
- Title
- nautilus fedora install
- Category
- C++
- Title
- how to install newrelic agent on aws linux
- Category
- C++