Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Generate example manifests #138

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 11 additions & 0 deletions examples-generated/accessanalyzer/analyzer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: accessanalyzer.aws.jet.crossplane.io/v1alpha1
#kind: Analyzer
#metadata:
# name: example
#spec:
# forProvider:
# analyzerName: example
# providerConfigRef:
# name: example
16 changes: 16 additions & 0 deletions examples-generated/acm/certificate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: acm.aws.jet.crossplane.io/v1alpha1
#kind: Certificate
#metadata:
# name: example
#spec:
# forProvider:
# domainName: example.com
# lifecycle:
# - create_before_destroy: true
# tags:
# Environment: test
# validationMethod: DNS
# providerConfigRef:
# name: example
12 changes: 12 additions & 0 deletions examples-generated/acm/certificatevalidation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: acm.aws.jet.crossplane.io/v1alpha1
#kind: CertificateValidation
#metadata:
# name: example
#spec:
# forProvider:
# certificateArn: ${aws_acm_certificate.example.arn}
# validationRecordFqdns: '${[for record in aws_route53_record.example : record.fqdn]}'
# providerConfigRef:
# name: example
16 changes: 16 additions & 0 deletions examples-generated/acmpca/certificate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: acmpca.aws.jet.crossplane.io/v1alpha1
#kind: Certificate
#metadata:
# name: example
#spec:
# forProvider:
# certificateAuthorityArn: ${aws_acmpca_certificate_authority.example.arn}
# certificateSigningRequest: ${tls_cert_request.csr.cert_request_pem}
# signingAlgorithm: SHA256WITHRSA
# validity:
# - type: YEARS
# value: 1
# providerConfigRef:
# name: example
16 changes: 16 additions & 0 deletions examples-generated/acmpca/certificateauthority.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: acmpca.aws.jet.crossplane.io/v1alpha1
#kind: CertificateAuthority
#metadata:
# name: example
#spec:
# forProvider:
# certificateAuthorityConfiguration:
# - keyAlgorithm: RSA_4096
# signingAlgorithm: SHA512WITHRSA
# subject:
# - commonName: example.com
# permanentDeletionTimeInDays: 7
# providerConfigRef:
# name: example
13 changes: 13 additions & 0 deletions examples-generated/acmpca/certificateauthoritycertificate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: acmpca.aws.jet.crossplane.io/v1alpha1
#kind: CertificateAuthorityCertificate
#metadata:
# name: example
#spec:
# forProvider:
# certificate: ${aws_acmpca_certificate.example.certificate}
# certificateAuthorityArn: ${aws_acmpca_certificate_authority.example.arn}
# certificateChain: ${aws_acmpca_certificate.example.certificate_chain}
# providerConfigRef:
# name: example
11 changes: 11 additions & 0 deletions examples-generated/amp/workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: amp.aws.jet.crossplane.io/v1alpha1
#kind: Workspace
#metadata:
# name: example
#spec:
# forProvider:
# alias: prometheus-test
# providerConfigRef:
# name: example
35 changes: 35 additions & 0 deletions examples-generated/amplify/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: amplify.aws.jet.crossplane.io/v1alpha1
#kind: App
#metadata:
# name: example
#spec:
# forProvider:
# buildSpec: |
# version: 0.1
# frontend:
# phases:
# preBuild:
# commands:
# - yarn install
# build:
# commands:
# - yarn run build
# artifacts:
# baseDirectory: build
# files:
# - '**/*'
# cache:
# paths:
# - node_modules/**/*
# customRule:
# - source: /<*>
# status: "404"
# target: /index.html
# environmentVariables:
# ENV: test
# name: example
# repository: https://github.com/example/app
# providerConfigRef:
# name: example
14 changes: 14 additions & 0 deletions examples-generated/amplify/backendenvironment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: amplify.aws.jet.crossplane.io/v1alpha1
#kind: BackendEnvironment
#metadata:
# name: example
#spec:
# forProvider:
# appId: ${aws_amplify_app.example.id}
# deploymentArtifacts: app-example-deployment
# environmentName: example
# stackName: amplify-app-example
# providerConfigRef:
# name: example
16 changes: 16 additions & 0 deletions examples-generated/amplify/branch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: amplify.aws.jet.crossplane.io/v1alpha1
#kind: Branch
#metadata:
# name: example
#spec:
# forProvider:
# appId: ${aws_amplify_app.example.id}
# branchName: master
# environmentVariables:
# REACT_APP_API_SERVER: https://api.example.com
# framework: React
# stage: PRODUCTION
# providerConfigRef:
# name: example
17 changes: 17 additions & 0 deletions examples-generated/amplify/domainassociation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: amplify.aws.jet.crossplane.io/v1alpha1
#kind: DomainAssociation
#metadata:
# name: example
#spec:
# forProvider:
# appId: ${aws_amplify_app.example.id}
# domainName: example.com
# subDomain:
# - branchName: ${aws_amplify_branch.master.branch_name}
# prefix: ""
# - branchName: ${aws_amplify_branch.master.branch_name}
# prefix: www
# providerConfigRef:
# name: example
13 changes: 13 additions & 0 deletions examples-generated/amplify/webhook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: amplify.aws.jet.crossplane.io/v1alpha1
#kind: Webhook
#metadata:
# name: example
#spec:
# forProvider:
# appId: ${aws_amplify_app.example.id}
# branchName: ${aws_amplify_branch.master.branch_name}
# description: triggermaster
# providerConfigRef:
# name: example
12 changes: 12 additions & 0 deletions examples-generated/apigateway/account.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: apigateway.aws.jet.crossplane.io/v1alpha1
#kind: Account
#metadata:
# name: example
#spec:
# forProvider:
# cloudwatchRoleArnRef:
# name: example
# providerConfigRef:
# name: example
11 changes: 11 additions & 0 deletions examples-generated/apigateway/apikey.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: apigateway.aws.jet.crossplane.io/v1alpha1
#kind: APIKey
#metadata:
# name: example
#spec:
# forProvider:
# name: demo
# providerConfigRef:
# name: example
14 changes: 14 additions & 0 deletions examples-generated/apigateway/authorizer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: apigateway.aws.jet.crossplane.io/v1alpha1
#kind: Authorizer
#metadata:
# name: example
#spec:
# forProvider:
# authorizerCredentials: ${aws_iam_role.invocation_role.arn}
# authorizerUri: ${aws_lambda_function.authorizer.invoke_arn}
# name: demo
# restApiId: ${aws_api_gateway_rest_api.demo.id}
# providerConfigRef:
# name: example
13 changes: 13 additions & 0 deletions examples-generated/apigateway/basepathmapping.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: apigateway.aws.jet.crossplane.io/v1alpha1
#kind: BasePathMapping
#metadata:
# name: example
#spec:
# forProvider:
# apiId: ${aws_api_gateway_rest_api.example.id}
# domainName: ${aws_api_gateway_domain_name.example.domain_name}
# stageName: ${aws_api_gateway_stage.example.stage_name}
# providerConfigRef:
# name: example
11 changes: 11 additions & 0 deletions examples-generated/apigateway/clientcertificate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: apigateway.aws.jet.crossplane.io/v1alpha1
#kind: ClientCertificate
#metadata:
# name: example
#spec:
# forProvider:
# description: My client certificate
# providerConfigRef:
# name: example
15 changes: 15 additions & 0 deletions examples-generated/apigateway/deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: apigateway.aws.jet.crossplane.io/v1alpha1
#kind: Deployment
#metadata:
# name: example
#spec:
# forProvider:
# lifecycle:
# - create_before_destroy: true
# restApiId: ${aws_api_gateway_rest_api.example.id}
# triggers:
# redeployment: ${sha1(jsonencode(aws_api_gateway_rest_api.example.body))}
# providerConfigRef:
# name: example
16 changes: 16 additions & 0 deletions examples-generated/apigateway/documentationpart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: apigateway.aws.jet.crossplane.io/v1alpha1
#kind: DocumentationPart
#metadata:
# name: example
#spec:
# forProvider:
# location:
# - method: GET
# path: /example
# type: METHOD
# properties: '{"description":"Example description"}'
# restApiId: ${aws_api_gateway_rest_api.example.id}
# providerConfigRef:
# name: example
13 changes: 13 additions & 0 deletions examples-generated/apigateway/documentationversion.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: apigateway.aws.jet.crossplane.io/v1alpha1
#kind: DocumentationVersion
#metadata:
# name: example
#spec:
# forProvider:
# description: Example description
# restApiId: ${aws_api_gateway_rest_api.example.id}
# version: example_version
# providerConfigRef:
# name: example
12 changes: 12 additions & 0 deletions examples-generated/apigateway/domainname.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: apigateway.aws.jet.crossplane.io/v1alpha1
#kind: DomainName
#metadata:
# name: example
#spec:
# forProvider:
# certificateArn: ${aws_acm_certificate_validation.example.certificate_arn}
# domainName: api.example.com
# providerConfigRef:
# name: example
17 changes: 17 additions & 0 deletions examples-generated/apigateway/gatewayresponse.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: apigateway.aws.jet.crossplane.io/v1alpha1
#kind: GatewayResponse
#metadata:
# name: example
#spec:
# forProvider:
# responseParameters:
# gatewayresponse.header.Authorization: '''Basic'''
# responseTemplates:
# application/json: '{"message":$context.error.messageString}'
# responseType: UNAUTHORIZED
# restApiId: ${aws_api_gateway_rest_api.main.id}
# statusCode: "401"
# providerConfigRef:
# name: example
25 changes: 25 additions & 0 deletions examples-generated/apigateway/integration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This example manifest is auto-generated, and has not been tested.
# Please make the necessary adjustments before using it.
#apiVersion: apigateway.aws.jet.crossplane.io/v1alpha1
#kind: Integration
#metadata:
# name: example
#spec:
# forProvider:
# cacheKeyParameters:
# - method.request.path.param
# cacheNamespace: foobar
# httpMethod: ${aws_api_gateway_method.MyDemoMethod.http_method}
# requestParameters:
# integration.request.header.X-Authorization: '''static'''
# requestTemplates:
# application/xml: |
# {
# "body" : $input.json('$')
# }
# resourceId: ${aws_api_gateway_resource.MyDemoResource.id}
# restApiId: ${aws_api_gateway_rest_api.MyDemoAPI.id}
# timeoutMilliseconds: 29000
# type: MOCK
# providerConfigRef:
# name: example
Loading