feat: Add support for CloudKeeper Anyscale services#69
Merged
hongchaodeng merged 3 commits intomainfrom Jul 24, 2025
Merged
Conversation
- Moved Anyscale Services V2 policy to a new template - Added support for CloudKeeper Anyscale services - Added flag to enable/disable the creation of the ELB Service Linked Role On branch brent/upd-iam-serv-perm Changes to be committed: modified: CHANGELOG.md modified: README.md modified: getting-started.md modified: main.tf modified: modules/aws-anyscale-iam/README.md new file: modules/aws-anyscale-iam/anyscale-control_plane-services-v2.tmpl modified: modules/aws-anyscale-iam/iam-policies-data.tf modified: modules/aws-anyscale-iam/variables.tf modified: variables.tf
Remove the region from the IAM Role descriptions. With the new AWS provider, the call to the data source to return the region introduced a deprecation warning. As this is rarely required, it is being removed and the region will not be part of the IAM Role descriptions. Changes to be committed: modified: modules/aws-anyscale-iam/README.md modified: modules/aws-anyscale-iam/eks-iam-main.tf modified: modules/aws-anyscale-iam/main.tf
zcin
approved these changes
Jul 21, 2025
zcin
approved these changes
Jul 21, 2025
Changes to be committed: modified: .tflint.hcl
hongchaodeng
approved these changes
Jul 24, 2025
hongchaodeng
pushed a commit
that referenced
this pull request
Sep 8, 2025
* feat: Add support for CloudKeeper Anyscale services - Moved Anyscale Services V2 policy to a new template - Added support for CloudKeeper Anyscale services - Added flag to enable/disable the creation of the ELB Service Linked Role On branch brent/upd-iam-serv-perm Changes to be committed: modified: CHANGELOG.md modified: README.md modified: getting-started.md modified: main.tf modified: modules/aws-anyscale-iam/README.md new file: modules/aws-anyscale-iam/anyscale-control_plane-services-v2.tmpl modified: modules/aws-anyscale-iam/iam-policies-data.tf modified: modules/aws-anyscale-iam/variables.tf modified: variables.tf * upd: IAM Role descriptions Remove the region from the IAM Role descriptions. With the new AWS provider, the call to the data source to return the region introduced a deprecation warning. As this is rarely required, it is being removed and the region will not be part of the IAM Role descriptions. Changes to be committed: modified: modules/aws-anyscale-iam/README.md modified: modules/aws-anyscale-iam/eks-iam-main.tf modified: modules/aws-anyscale-iam/main.tf * upd: add tflint rule to skip tmpl files Changes to be committed: modified: .tflint.hcl
hongchaodeng
pushed a commit
that referenced
this pull request
Sep 10, 2025
* feat: Add support for CloudKeeper Anyscale services - Moved Anyscale Services V2 policy to a new template - Added support for CloudKeeper Anyscale services - Added flag to enable/disable the creation of the ELB Service Linked Role On branch brent/upd-iam-serv-perm Changes to be committed: modified: CHANGELOG.md modified: README.md modified: getting-started.md modified: main.tf modified: modules/aws-anyscale-iam/README.md new file: modules/aws-anyscale-iam/anyscale-control_plane-services-v2.tmpl modified: modules/aws-anyscale-iam/iam-policies-data.tf modified: modules/aws-anyscale-iam/variables.tf modified: variables.tf * upd: IAM Role descriptions Remove the region from the IAM Role descriptions. With the new AWS provider, the call to the data source to return the region introduced a deprecation warning. As this is rarely required, it is being removed and the region will not be part of the IAM Role descriptions. Changes to be committed: modified: modules/aws-anyscale-iam/README.md modified: modules/aws-anyscale-iam/eks-iam-main.tf modified: modules/aws-anyscale-iam/main.tf * upd: add tflint rule to skip tmpl files Changes to be committed: modified: .tflint.hcl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On branch brent/upd-iam-serv-perm
Changes to be committed:
modified: CHANGELOG.md
modified: README.md
modified: getting-started.md
modified: main.tf
modified: modules/aws-anyscale-iam/README.md
new file: modules/aws-anyscale-iam/anyscale-control_plane-services-v2.tmpl
modified: modules/aws-anyscale-iam/iam-policies-data.tf
modified: modules/aws-anyscale-iam/variables.tf
modified: variables.tf
Pull request checklist
Please check if your PR fulfills the following requirements:
Pull Request Type
Does this introduce a breaking change?