Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete the new-project module to support adoption of TPG v6 #3171

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions community/modules/project/new-project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ access, Service Accounts, and API enablement to follow best practices.

This module is meant for use with Terraform 0.13.

**Note:** This module has been removed from the Cluster Toolkit. The upstream module (`terraform-google-project-factory`) is now the recommended way to create and manage GCP projects.

### Example

```yaml
- id: project
source: community/modules/project/new-project
settings:
project_id: test_project
folder_id: 334688113020 # random number
billing_account: "111110-M2N704-854685" # random billing number
org_id: 123456789 # random org id
source: github.com/terraform-google-modules/terraform-google-project-factory?rev=v17.0.0&depth=1
```

This creates a new project with pre-defined project ID, a designated folder and
Expand Down
74 changes: 0 additions & 74 deletions community/modules/project/new-project/main.tf

This file was deleted.

22 changes: 0 additions & 22 deletions community/modules/project/new-project/metadata.yaml

This file was deleted.

100 changes: 0 additions & 100 deletions community/modules/project/new-project/outputs.tf

This file was deleted.

Loading
Loading