diff --git a/examples/simple_sa/main.tf b/examples/simple_sa/main.tf index 76ea8e6..fb5fd2f 100644 --- a/examples/simple_sa/main.tf +++ b/examples/simple_sa/main.tf @@ -19,7 +19,7 @@ module "sa" { version = "~> 4.0" project_id = var.project_id - name = "single-account" + name = "simple-account" project_roles = [ "roles/compute.imageUser", "roles/compute.networkUser"