Skip to content

Commit

Permalink
Fix example manifest.
Browse files Browse the repository at this point in the history
Signed-off-by: Cem Mergenci <[email protected]>
  • Loading branch information
mergenci committed Dec 11, 2024
1 parent 5821854 commit a7a7249
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions examples/ssm/v1beta1/maintenancewindowtask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
testing.upbound.io/example-name: example
taskInvocationParameters:
- lambdaParameters:
- clientContext: eyJrZXkiOiAidmFsdWUifQ==
- clientContext: eyJrZXkiOiAidmFsdWUifQ==
taskType: LAMBDA
windowIdSelector:
matchLabels:
Expand All @@ -44,13 +44,13 @@ metadata:
name: test
spec:
forProvider:
ami: ami-005c26e61b65bc5a4
instanceType: t4g.micro
networkInterface:
- deviceIndex: 0
networkInterfaceIdRef:
name: test
region: us-east-1
ami: ami-0b5eea76982371e91
instanceType: t2.micro
region: us-west-1

---

Expand All @@ -64,7 +64,7 @@ metadata:
name: test
spec:
forProvider:
region: us-east-1
region: us-west-1
subnetIdSelector:
matchLabels:
testing.upbound.io/example-name: subnetattach
Expand All @@ -81,8 +81,8 @@ metadata:
name: subnetattach
spec:
forProvider:
availabilityZone: us-east-1b
region: us-east-1
availabilityZone: us-west-1b
region: us-west-1
cidrBlock: 10.0.5.0/24
vpcIdSelector:
matchLabels:
Expand All @@ -100,7 +100,7 @@ metadata:
name: vpcattach
spec:
forProvider:
region: us-east-1
region: us-west-1
cidrBlock: 10.0.0.0/16

---
Expand All @@ -120,7 +120,7 @@ spec:
environment:
- variables:
foo: bar
s3Bucket: upbound-provider-test-data
s3Bucket: official-provider-test-data
s3Key: hello-python.zip
handler: index.py
roleRef:
Expand Down
16 changes: 8 additions & 8 deletions examples/ssm/v1beta2/maintenancewindowtask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ metadata:
name: test
spec:
forProvider:
ami: ami-0b5eea76982371e91
instanceType: t2.micro
ami: ami-005c26e61b65bc5a4
instanceType: t4g.micro
networkInterface:
- deviceIndex: 0
networkInterfaceIdRef:
name: test
region: us-east-1
region: us-west-1

---

Expand All @@ -64,7 +64,7 @@ metadata:
name: test
spec:
forProvider:
region: us-east-1
region: us-west-1
subnetIdSelector:
matchLabels:
testing.upbound.io/example-name: subnetattach
Expand All @@ -81,9 +81,9 @@ metadata:
name: subnetattach
spec:
forProvider:
availabilityZone: us-east-1b
availabilityZone: us-west-1b
region: us-west-1
cidrBlock: 10.0.5.0/24
region: us-east-1
vpcIdSelector:
matchLabels:
testing.upbound.io/example-name: vpcattach
Expand All @@ -101,7 +101,7 @@ metadata:
spec:
forProvider:
cidrBlock: 10.0.0.0/16
region: us-east-1
region: us-west-1

---

Expand All @@ -123,7 +123,7 @@ spec:
roleRef:
name: sample-role
runtime: python3.9
s3Bucket: upbound-provider-test-data
s3Bucket: official-provider-test-data
s3Key: hello-python.zip

---
Expand Down

0 comments on commit a7a7249

Please sign in to comment.