Skip to content

Commit

Permalink
new regionOverride field on AWS integrations (#335)
Browse files Browse the repository at this point in the history
* new regionOverride field on AWS integrations

* update submodule hash
  • Loading branch information
davidbloss authored Oct 9, 2024
1 parent 4090eb5 commit 5ca824f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changes/unreleased/Feature-20241007-115100.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Feature
body: new regionOverride field on AWS integrations
time: 2024-10-07T11:51:00.117003-05:00
2 changes: 2 additions & 0 deletions src/cmd/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ spec:
externalId: "XXXXXX"
awsTagsOverrideOwnership: true
ownershipTagKeys: ["owner","service","app"]
regionOverride: ["us-east-1","eu-west-1"]
EOF
cat << EOF | opslevel create integration -f -
Expand Down Expand Up @@ -175,6 +176,7 @@ kind: aws
spec:
awsTagsOverrideOwnership: true
ownershipTagKeys: ["owner","service","app"]
regionOverride: ["us-east-1"]
EOF
cat << EOF | opslevel update integration Z2lkOi8vb123456789 -f -
Expand Down
2 changes: 1 addition & 1 deletion src/submodules/opslevel-go

0 comments on commit 5ca824f

Please sign in to comment.