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

Commit

Permalink
Add not-tested comments to the generated examples
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
  • Loading branch information
ulucinar committed Jan 12, 2022
1 parent 861030f commit e71e782
Show file tree
Hide file tree
Showing 938 changed files with 12,641 additions and 11,182 deletions.
20 changes: 11 additions & 9 deletions examples-generated/accessanalyzer/analyzer.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
apiVersion: accessanalyzer.aws.jet.crossplane.io/v1alpha1
kind: Analyzer
metadata:
name: example
spec:
forProvider:
analyzerName: example
providerConfigRef:
name: example
# 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
30 changes: 16 additions & 14 deletions examples-generated/acm/certificate.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
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
# 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
22 changes: 12 additions & 10 deletions examples-generated/acm/certificatevalidation.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
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
# 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
30 changes: 16 additions & 14 deletions examples-generated/acmpca/certificate.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
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
# 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
30 changes: 16 additions & 14 deletions examples-generated/acmpca/certificateauthority.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
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
# 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
24 changes: 13 additions & 11 deletions examples-generated/acmpca/certificateauthoritycertificate.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
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
# 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
14 changes: 0 additions & 14 deletions examples-generated/ami/copy.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions examples-generated/ami/frominstance.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions examples-generated/ami/launchpermission.yaml

This file was deleted.

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
68 changes: 35 additions & 33 deletions examples-generated/amplify/app.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
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
# 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
26 changes: 14 additions & 12 deletions examples-generated/amplify/backendenvironment.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
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
# 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
30 changes: 16 additions & 14 deletions examples-generated/amplify/branch.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
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
# 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
32 changes: 17 additions & 15 deletions examples-generated/amplify/domainassociation.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
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
# 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
Loading

0 comments on commit e71e782

Please sign in to comment.