Skip to content

Commit 0b3c52e

Browse files
committed
Remove terraform Count Meta-Argument from Node example
1 parent 277a020 commit 0b3c52e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/resources/nodebalancer/node.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spec:
1212
configIdSelector:
1313
matchLabels:
1414
testing.upbound.io/example-name: foofig
15-
count: "3"
1615
label: mynodebalancernode
1716
nodebalancerIdSelector:
1817
matchLabels:
@@ -33,9 +32,8 @@ spec:
3332
forProvider:
3433
authorizedKeys:
3534
- ssh-rsa AAAA...Gw== [email protected]
36-
count: "3"
3735
image: linode/ubuntu18.04
38-
label: web-${count.index + 1}
36+
label: web-1
3937
privateIp: true
4038
region: us-east
4139
rootPassSecretRef:

0 commit comments

Comments
 (0)