Skip to content

Commit

Permalink
Remove all Org Policy artifacts of PR #76 (#106)
Browse files Browse the repository at this point in the history
* Remove all Org Policy artifacts PR #76

* Rebased on main

* Correct HCL codestyle
  • Loading branch information
bbhuston authored Mar 6, 2023
1 parent d5ceaa8 commit df787c6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 80 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ gcloud config set project ${PROJECT_ID}
and then authenticate to generate [Application Default Credentials (ADC)](https://cloud.google.com/docs/authentication/application-default-credentials) that can be leveraged by Terraform
```shell
gcloud auth application-default login
gcloud auth application-default set-quota-project ${PROJECT_ID}
```

Clone this directory locally and, we'll also set an environment variable to it's root directory, for easy navigation:
Expand Down
69 changes: 0 additions & 69 deletions infrastructure/org-policies.tf

This file was deleted.

1 change: 0 additions & 1 deletion infrastructure/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

provider "google" {
project = var.project
user_project_override = true
}

data "google_client_config" "provider" {}
2 changes: 0 additions & 2 deletions infrastructure/terraform.tfvars.sample
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

project = "PROJECT_ID"
resource_env_label = "demo-global-game"
apply_org_policies = false

# Cloud Deploy Configuration
platform_directory = "../platform" # Relative to Terraform directory
Expand Down Expand Up @@ -88,7 +87,6 @@ gcp_project_services = [
"servicenetworking.googleapis.com",
"servicecontrol.googleapis.com",
"run.googleapis.com",
"orgpolicy.googleapis.com",
"redis.googleapis.com",
"run.googleapis.com",
"iap.googleapis.com"
Expand Down
7 changes: 0 additions & 7 deletions infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

### Organziation Variables ###

variable "apply_org_policies" {
type = bool
description = "Boolean used to determine whether GCP Org Policies are applied"
}

### Project Variables ###

variable "project" {
Expand Down
Empty file modified platform/agones/skaffold.yaml
100755 → 100644
Empty file.

0 comments on commit df787c6

Please sign in to comment.