github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/iam.aws.crossplane.io/RolePolicyAttachment/testdata/healthy.yaml (about)

     1  apiVersion: iam.aws.crossplane.io/v1beta1
     2  kind: RolePolicyAttachment
     3  metadata:
     4    name: example
     5  spec:
     6    deletionPolicy: Delete
     7    forProvider:
     8      policyArn: arn:aws:iam::123:policy/example
     9      roleName: example
    10    providerConfigRef:
    11      name: provider-aws
    12  status:
    13    atProvider:
    14      attachedPolicyArn: arn:aws:iam::123:policy/example
    15    conditions:
    16    - lastTransitionTime: "2024-07-11T08:19:17Z"
    17      reason: Available
    18      status: "True"
    19      type: Ready
    20    - lastTransitionTime: "2024-07-11T08:18:16Z"
    21      reason: ReconcileSuccess
    22      status: "True"
    23      type: Synced