This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
generated from crossplane/provider-template
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add not-tested comments to the generated examples
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
- Loading branch information
Showing
938 changed files
with
12,641 additions
and
11,182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
24
examples-generated/acmpca/certificateauthoritycertificate.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.