multiple aws accounts terraform
####Use Multiple Accounts Launch for resource
provider "aws" {
region = "us-west-1"
access_key = "PUT-ACCESS-KEY"
secret_key = "PUT-SECRET-KEY"
}
provider "aws" {
alias = "mumbai"
region = "ap-south-1"
profile = "ACCOUNT-NAME"
}
resource "aws_eip" "eip1" {
vpc = "true"
}
resource "aws_eip" "eip2" {
vpc = "true"
provider = aws.mumbai
}
Also in C++:
- gitignore a specific file
- npm_config_node_gyp
- install material ui lab
- digitalocean redirect http to https nginx
- linux get total linus off git project
- tigervnc install on centos 7 step by step
- how to send your code to github
- install guake ubuntu
- iframe in react
- git multiple commands one line
- kubectl delete pods wildcard
- laravel install production
- how to install pyaudio in ubuntu
- Invalid command 'RewriteEngine'
- show git branch on terminal on mac
- git overwrite urlk
- display docker networks
- init step way to create repository git
- ubuntu fingerprint sudo
- mkv to mp4 linux
- export github branch from one repository to another
- ubuntu assume root
- remove all containers docker
- how to install voyager on existing project with dummy data