Jeff Fairchild
Jeff Fairchild
The targets yaml list was being processed as: `terraform plan --target aws_s3_bucket.test --target module.foo.bar` The correct usage is: `terraform plan -target=aws_s3_bucket.test -target=module.foo.bar` https://www.terraform.io/docs/cli/commands/plan.html#resource-targeting
Version 1.19 is no longer supported since the release on 1.21 Update to version 1.20+
**Describe your environment** Python 3.11.3 pip 23.1.2 **Steps to reproduce** Install python3. Install pip, if needed. Check pip version: `pip --version` Run: `pip install opentelemetry-resource-detector-container` **What is the expected behavior?**...
fix typo
### What does this PR do? Fix typo "reeturns" -> "returns" in comments and templates ### Additional Notes ### Review checklist Please check relevant items below: - [x] This PR...
If this is a change to the core functionality, did you make a corresponding PR to [drone-eks]? - [ ] yes - [x] no - [ ] n/a Did you...