can you bootstrap using terraform code example
Example: what is bootstrap in terraform
module "bootstrap" {
source = "terraform-google-modules/bootstrap/google"
version = "1.7.0"
# insert the 4 required variables here
}
module "bootstrap" {
source = "terraform-google-modules/bootstrap/google"
version = "1.7.0"
# insert the 4 required variables here
}