You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to add a transit gateway using to a ResourceAssociation the following error occurs:
cannot resolve references: mg.Spec.ForProvider.ResourceArn: cannot get referenced resource: Subnet.ec2.aws.upbound.io "[transitgateway-name]" not found
How can we reproduce it?
Create a TransitGateway
Create a ResourceShare
Create a ResourceAssociation using resourceArnRef: with the name of the TransitGateway
What happened?
When attempting to add a transit gateway using to a ResourceAssociation the following error occurs:
cannot resolve references: mg.Spec.ForProvider.ResourceArn: cannot get referenced resource: Subnet.ec2.aws.upbound.io "[transitgateway-name]" not found
How can we reproduce it?
apiVersion: ram.aws.upbound.io/v1beta1
kind: ResourceAssociation
metadata:
name: name-ra
spec:
forProvider:
region: [region]
resourceArnRef:
name: [transitgateway-name]
resourceShareArnRef:
name: [resourceshare-name]
providerConfigRef:
name: [provider-config]
What environment did it happen in?
The text was updated successfully, but these errors were encountered: