Skip to content

Commit d73dd2b

Browse files
authored
Fix formatting in cluster-fargate.yml (#3831)
### Summary of your changes <!-- Please provide a detailed description of the changes introduced by this Pull Request. Provide a description of the main changes, as well as any additional information the code reviewer should be aware of before beginning the review process. --> ### Screenshot/Data <!-- If this PR adds a new feature, please add an example screenshot or data (findings json for example). --> ### Related Issues <!-- - Related: https://github.com/elastic/security-team/issues/ - Fixes: https://github.com/elastic/security-team/issues/ --> ### Checklist - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added the necessary README/documentation (if appropriate) #### Introducing a new rule? - [ ] Generate rule metadata using [this script](https://github.com/elastic/cloudbeat/tree/main/security-policies/dev#generate-rules-metadata) - [ ] Add relevant unit tests - [ ] Generate relevant rule templates using [this script](https://github.com/elastic/cloudbeat/tree/main/security-policies/dev#generate-rule-templates), and open a PR in [elastic/packages/cloud_security_posture](https://github.com/elastic/integrations/tree/main/packages/cloud_security_posture)
1 parent ec646a2 commit d73dd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/eks/cluster-fargate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88

99
vpc:
1010
# Don't change vpc settings
11-
id: "vpc-6cb55a15" # (optional, must match VPC ID used for each subnet below)
11+
id: "vpc-6cb55a15" # (optional, must match VPC ID used for each subnet below)
1212
subnets:
1313
# must provide 'private' and/or 'public' subnets by availibility zone as shown
1414
public:

0 commit comments

Comments
 (0)