Releases: anyscale/terraform-google-anyscale-cloudfoundation-modules
v0.2.1
🐛 Bug Fixes
[fix] google-anyscale-iam - Update project access from binding to member @brent-anyscale (#3)
Pull request checklist
Please check if your PR fulfills the following requirements:
- pre-commit has been run
- Tests for the changes have been added (for bug fixes / features)
- All tests passing
- Docs have been reviewed and added / updated if needed (for bug fixes / features)
Pull Request Type
- Bugfix
- New feature
- Refactoring (no functional changes)
- Documentation change
- Other (please describe):
Description
google-anyscale-iam module:
The service account access for the project is now a member instead of a binding. This is to allow for situations where the binding would override access for other accounts.
On branch release-0.2.1
Changes to be committed:
modified: CHANGELOG.md
modified: modules/google-anyscale-iam/README.md
modified: modules/google-anyscale-iam/main.tf
Does this introduce a breaking change?
- Yes
- No
v0.2.0
- No changes
v0.1.0
[add] Initial commit - release 0.1.0 @brent-anyscale (#1)
On branch release-0.1.0
Changes to be committed:
new file: .github/CODEOWNERS
new file: .github/ISSUE_TEMPLATE/bug-report.yml
new file: .github/ISSUE_TEMPLATE/config.yml
new file: .github/ISSUE_TEMPLATE/feature-request.yml
new file: .github/ISSUE_TEMPLATE/security-issue.yml
new file: .github/PULL_REQUEST_TEMPLATE.md
new file: .github/create-release.yml
new file: .github/labeler.yml
new file: .github/workflows/branch-cleanup.yml
new file: .github/workflows/create-release.yml
new file: .github/workflows/labeler.yml
new file: .github/workflows/main.yml
new file: .gitignore
new file: .pre-commit-config.yaml
new file: .tflint.hcl
new file: CHANGELOG.md
modified: README.md
new file: data.tf
new file: examples/anyscale-v2-commonname/README.md
new file: examples/anyscale-v2-commonname/main.tf
new file: examples/anyscale-v2-commonname/outputs.tf
new file: examples/anyscale-v2-commonname/variables.tf
new file: examples/anyscale-v2-commonname/versions.tf
new file: examples/anyscale-v2-existingproject/README.md
new file: examples/anyscale-v2-existingproject/main.tf
new file: examples/anyscale-v2-existingproject/outputs.tf
new file: examples/anyscale-v2-existingproject/variables.tf
new file: examples/anyscale-v2-existingproject/versions.tf
new file: examples/anyscale-v2-privatenetwork/README.md
new file: examples/anyscale-v2-privatenetwork/main.tf
new file: examples/anyscale-v2-privatenetwork/outputs.tf
new file: examples/anyscale-v2-privatenetwork/variables.tf
new file: examples/anyscale-v2-privatenetwork/versions.tf
new file: examples/anyscale-v2/README.md
new file: examples/anyscale-v2/main.tf
new file: examples/anyscale-v2/outputs.tf
new file: examples/anyscale-v2/variables.tf
new file: examples/anyscale-v2/versions.tf
new file: main.tf
new file: modules/google-anyscale-cloudapis/README.md
new file: modules/google-anyscale-cloudapis/examples/README.md
new file: modules/google-anyscale-cloudapis/examples/main.tf
new file: modules/google-anyscale-cloudapis/examples/outputs.tf
new file: modules/google-anyscale-cloudapis/examples/variables.tf
new file: modules/google-anyscale-cloudapis/examples/versions.tf
new file: modules/google-anyscale-cloudapis/main.tf
new file: modules/google-anyscale-cloudapis/outputs.tf
new file: modules/google-anyscale-cloudapis/variables.tf
new file: modules/google-anyscale-cloudapis/versions.tf
new file: modules/google-anyscale-cloudstorage/README.md
new file: modules/google-anyscale-cloudstorage/examples/README.md
new file: modules/google-anyscale-cloudstorage/examples/main.tf
new file: modules/google-anyscale-cloudstorage/examples/outputs.tf
new file: modules/google-anyscale-cloudstorage/examples/variables.tf
new file: modules/google-anyscale-cloudstorage/examples/versions.tf
new file: modules/google-anyscale-cloudstorage/main.tf
new file: modules/google-anyscale-cloudstorage/outputs.tf
new file: modules/google-anyscale-cloudstorage/test/README.md
new file: modules/google-anyscale-cloudstorage/test/go.mod
new file: modules/google-anyscale-cloudstorage/test/go.sum
new file: modules/google-anyscale-cloudstorage/test/terraform_google_anyscale_cloudstorage_test.go
new file: modules/google-anyscale-cloudstorage/variables.tf
new file: modules/google-anyscale-cloudstorage/versions.tf
new file: modules/google-anyscale-filestore/README.md
new file: modules/google-anyscale-filestore/data.tf
new file: modules/google-anyscale-filestore/examples/README.md
new file: modules/google-anyscale-filestore/examples/main.tf
new file: modules/google-anyscale-filestore/examples/outputs.tf
new file: modules/google-anyscale-filestore/examples/variables.tf
new file: modules/google-anyscale-filestore/examples/versions.tf
new file: modules/google-anyscale-filestore/main.tf
new file: modules/google-anyscale-filestore/outputs.tf
new file: modules/google-anyscale-filestore/variables.tf
new file: modules/google-anyscale-filestore/versions.tf
new file: modules/google-anyscale-iam/README.md
new file: modules/google-anyscale-iam/examples/README.md
new file: modules/google-anyscale-iam/examples/main.tf
new file: modules/google-anyscale-iam/examples/outputs.tf
new file: modules/google-anyscale-iam/examples/variables.tf
new file: modules/google-anyscale-iam/examples/versions.tf
new file: modules/google-anyscale-iam/main.tf
new file: modules/google-anyscale-iam/outputs.tf
new file: modules/google-anyscale-iam/variables.tf
new file: modules/google-anyscale-iam/versions.tf
new file: modules/google-anyscale-project/README.md
new file: modules/google-anyscale-project/examples/README.md
new file: modules/google-anyscale-project/examples/main.tf
new file: modules/google-anyscale-project/examples/outputs.tf
new file: modules/google-anyscale-project/examples/variables.tf
new file: modules/google-anyscale-project/examples/versions.tf
new file: modules/google-anyscale-project/main.tf
new file: modules/google-anyscale-project/outputs.tf
new file: modules/google-anyscale-project/test/README.md
new file: modules/google-anyscale-project/test/go.mod
new file: modules/google-anyscale-project/test/go.sum
new file: modules/google-anyscale-project/test/terraform_google_anyscale_project_test.go
new file: modules/google-anyscale-project/variables.tf
new file: modules/google-anyscale-project/versions.tf
new file: modules/google-anyscale-vpc-firewall/README.md
new file: modules/google-anyscale-vpc-firewall/data.tf
new file: modules/google-anyscale-vpc-firewall/examples/README.md
new file: modules/google-anyscale-vpc-firewall/examples/main.tf
new file: modules/google-anyscale-vpc-firewall/examples/outputs.tf
new file: modules/google-anyscale-vpc-firewall/examples/variables.tf
new file: modules/google-anyscale-vpc-firewall/examples/versions.tf
new file: modules/google-anyscale-vpc-firewall/main.tf
new file: modules/google-anyscale-vpc-firewall/outputs.tf
new file: modules/google-anyscale-vpc-firewall/test/terraform_google_anyscale_vpc_firewall_test.go
new file: modules/google-anyscale-vpc-firewall/variables.tf
new file: modules/google-anyscale-vpc-firewall/versions.tf
new file: modules/google-anyscale-vpc/README.md
new file: modules/google-anyscale-vpc/data.tf
new file: modules/google-anyscale-vpc/examples/README.md
new file: modules/google-anyscale-vpc/examples/main.tf
new file: modules/google-anyscale-vpc/examples/outputs.tf
new file: modules/google-anyscale-vpc/examples/variables.tf
new file: modules/google-anyscale-vpc/examples/versions.tf
new file: modules/google-anyscale-vpc/main.tf
new file: modules/google-anyscale-vpc/nat.tf
new file: modules/google-anyscale-vpc/outputs.tf
new file: modules/google-anyscale-vpc/private-subnet.tf
new file: modules/google-anyscale-vpc/public-subnet.tf
new file: modules/google-anyscale-vpc/test/go.mod
new file: modules/google-anyscale-vpc/test/go.sum
new file: modules/google-anyscale-vpc/test/terraform_google_anyscale_vpc_test.go
new file: modules/google-anyscale-vpc/variables.tf
new file: modules/google-anyscale-vpc/versions.tf
new file: outputs.tf
new file: variables.tf
new file: versions.tf