RB
RB
Similar to #118 for Windows Scoop is a windows package manager (similar to choco) Related https://github.com/ScoopInstaller/Extras/issues/13476 The end result would be a single command to install the app ```bash scoop...
These resources are taggable - [`aws_vpc_security_group_ingress_rule`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_security_group_ingress_rule) - [`aws_vpc_security_group_egress_rule`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_security_group_egress_rule) The older [`aws_security_group_rule`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule) is not taggable Also the inline security group rules are also not taggable The `import` terraform/tofu blocks may be...
### Description **What problem are you trying to solve?** We need to create a separate node pool with a public IP address When karpenter provisions this, it creates a launch...
## what - chore(docs): add notes to default tags ## why - Explain each environment variable - Explain how to run local plans - Explain colon usage (as per aws...
### Describe the Feature If a policy document needs to be passed in for a custom s3 bucket policy, a `data.aws_iam_policy_document` must be defined, and then passed into the bucket...
### Describe the need I'd like to create and manage permissions of personal access tokens for a service account with terraform In cloudflare, in a service user account, I issued...
**Description:** The workflow ```yaml - name: Set up Python uses: actions/setup-python@v5 with: python-version-file: '.python-version' ``` The `.python-version` file ``` # This file is read by the terraform if var.runtime is...
## Feature Description I dont have access to create iam roles The security department can do this but they require doing it in terraform. Is there a way to define...
### OpenTofu Version ```shell Latest ``` ### Use Cases Some organizations have a distrust of upstream tampering of versions. One way to give peace of mind is by pinning versions...
## what - add scorecard ## why - Show scorecard to improve metrics - Scorecard will also show up on renovatebot PRs for this action ## references - Closes #383