how to define provider in resource block
# default configuration
provider "google" {
region = "us-central1"
}
# alternate configuration, whose alias is "europe"
provider "google" {
alias = "europe"
region = "europe-west1"
}
resource "google_compute_instance" "example" {
# This "provider" meta-argument selects the google provider
# configuration whose alias is "europe", rather than the
# default configuration.
provider = google.europe
# ...
}
Also in C++:
- git status do not show permission changes
- vim move to specific line
- installing git in ec2
- cut last field delimiter
- ubuntu export path
- install docker-compose ubuntu 20
- ssmtp settings ubuntu
- sudo apt install openjdk-14-jdk
- mount a filesystem under another filesystem linux
- usg rtsp conntrack
- install php 7.4 nginx ubuntu
- install java ubuntu
- how to delete a dir in linux
- git push existing repo
- An unhandled exception occurred: Collection "@nativescript/schematics" cannot be resolved
- onedrive ubuntu 20.04
- ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='files.pythonhosted.org'
- npm cache clean --force
- pygame linux
- rpi install kodi
- install wheel
- how to install insomnia in ubuntu
- create and go to branch
- powershell open cmd