Skip to content

Commit dcb8010

Browse files
committed
Fix example ids for connect group
1 parent 3766a70 commit dcb8010

19 files changed

Lines changed: 21 additions & 33 deletions

apis/connect/v1beta1/zz_contactflow_types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/connect/v1beta1/zz_contactflowmodule_types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/connect/v1beta1/zz_hoursofoperation_types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/connect/v1beta1/zz_queue_types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/connect/v1beta1/zz_quickconnect_types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/connect/v1beta1/zz_routingprofile_types.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/connect/v1beta1/zz_securityprofile_types.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/connect/contactflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ apiVersion: connect.aws.upbound.io/v1beta1
4949
kind: Instance
5050
metadata:
5151
annotations:
52-
meta.upbound.io/example-id: connect/v1beta1/botassociation
52+
meta.upbound.io/example-id: connect/v1beta1/contactflow
5353
labels:
5454
testing.upbound.io/example-name: example
5555
name: example

examples/connect/contactflowmodule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ apiVersion: connect.aws.upbound.io/v1beta1
6464
kind: Instance
6565
metadata:
6666
annotations:
67-
meta.upbound.io/example-id: connect/v1beta1/botassociation
67+
meta.upbound.io/example-id: connect/v1beta1/contactflowmodule
6868
labels:
6969
testing.upbound.io/example-name: example
7070
name: example

examples/connect/hoursofoperation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ apiVersion: connect.aws.upbound.io/v1beta1
3737
kind: Instance
3838
metadata:
3939
annotations:
40-
meta.upbound.io/example-id: connect/v1beta1/botassociation
40+
meta.upbound.io/example-id: connect/v1beta1/hoursofoperation
4141
labels:
4242
testing.upbound.io/example-name: example
4343
name: example

0 commit comments

Comments
 (0)