diff --git a/examples/cloudformation/v1beta1/stack.yaml b/examples/cloudformation/v1beta1/stack.yaml index a61aebed67..dad3ff71d3 100644 --- a/examples/cloudformation/v1beta1/stack.yaml +++ b/examples/cloudformation/v1beta1/stack.yaml @@ -38,3 +38,18 @@ spec: } } } + +--- +# Observe only CloudFormation Stack +apiVersion: cloudformation.aws.upbound.io/v1beta1 +kind: Stack +metadata: + name: my-k8s-stack-resource-name + annotations: + crossplane.io/external-name: "97f1dc70-f461-11ef-b8bd-06f58344f049" # /!\ Needs to be cloudformation stack ID +spec: + managementPolicies: + - Observe + forProvider: + region: eu-west-1 + name: DevPlatform0EksStack # /!\ Needs to be cloudformation stack name