Answers for "what is bootstrap in terraform"

0

what is bootstrap in terraform

module "bootstrap" {
  source  = "terraform-google-modules/bootstrap/google"
  version = "1.7.0"
  # insert the 4 required variables here
}
Posted by: Guest on November-24-2020

Browse Popular Code Answers by Language