Skip to content

Commit

Permalink
Bumping crossplane pprovider with tf v0.21.6 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM authored Oct 21, 2024
1 parent f3db353 commit 139c6e9
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROJECT_REPO := github.com/crossplane-contrib/$(PROJECT_NAME)
export TERRAFORM_VERSION := 1.3.3
export TERRAFORM_PROVIDER_SOURCE := spectrocloud/spectrocloud
export TERRAFORM_PROVIDER_REPO := https://github.com/spectrocloud/terraform-provider-spectrocloud
export TERRAFORM_PROVIDER_VERSION := 0.21.5
export TERRAFORM_PROVIDER_VERSION := 0.21.6
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-spectrocloud
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-spectrocloud_$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_DOCS_PATH := docs/resources
Expand Down
15 changes: 15 additions & 0 deletions apis/backup/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions apis/backup/v1alpha1/zz_storagelocation_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions config/provider-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ resources:
manifest: |-
{
"bucket_name": "dev-backup",
"context": "tenant",
"is_default": false,
"name": "dev-backup-s3",
"region": "us-east-2",
Expand Down Expand Up @@ -360,6 +361,7 @@ resources:
arn: (String) The Amazon Resource Name (ARN) of the IAM role to assume for accessing S3 when using 'sts' credentials.
bucket_name: (String) The name of the storage bucket where backups are stored. This is relevant for S3 or S3-compatible storage services.
ca_cert: (String) An optional CA certificate used for SSL connections to ensure secure communication with the storage provider.
context: (String) The context of the backup storage location. Allowed values are project or tenant. Default value is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
create: (String)
credential_type: (String) The type of credentials used to access the S3 storage. Supported values are 'secret' for static credentials and 'sts' for temporary, token-based credentials.
delete: (String)
Expand Down
2 changes: 1 addition & 1 deletion config/schema.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples-generated/backup/v1alpha1/storagelocation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
spec:
forProvider:
bucketName: dev-backup
context: tenant
isDefault: false
region: us-east-2
s3:
Expand Down
15 changes: 15 additions & 0 deletions package/crds/backup.palette.crossplane.io_storagelocations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ spec:
(String) An optional CA certificate used for SSL connections to ensure secure communication with the storage provider.
An optional CA certificate used for SSL connections to ensure secure communication with the storage provider.
type: string
context:
description: |-
(String) The context of the backup storage location. Allowed values are project or tenant. Default value is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
The context of the backup storage location. Allowed values are `project` or `tenant`. Default value is `project`. If the `project` context is specified, the project name will sourced from the provider configuration parameter [`project_name`](https://registry.io/providers/spectrocloud/spectrocloud/latest/docs#schema).
type: string
isDefault:
description: |-
(Boolean) Specifies if this backup storage location should be used as the default location for storing backups.
Expand Down Expand Up @@ -159,6 +164,11 @@ spec:
(String) An optional CA certificate used for SSL connections to ensure secure communication with the storage provider.
An optional CA certificate used for SSL connections to ensure secure communication with the storage provider.
type: string
context:
description: |-
(String) The context of the backup storage location. Allowed values are project or tenant. Default value is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
The context of the backup storage location. Allowed values are `project` or `tenant`. Default value is `project`. If the `project` context is specified, the project name will sourced from the provider configuration parameter [`project_name`](https://registry.io/providers/spectrocloud/spectrocloud/latest/docs#schema).
type: string
isDefault:
description: |-
(Boolean) Specifies if this backup storage location should be used as the default location for storing backups.
Expand Down Expand Up @@ -412,6 +422,11 @@ spec:
(String) An optional CA certificate used for SSL connections to ensure secure communication with the storage provider.
An optional CA certificate used for SSL connections to ensure secure communication with the storage provider.
type: string
context:
description: |-
(String) The context of the backup storage location. Allowed values are project or tenant. Default value is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
The context of the backup storage location. Allowed values are `project` or `tenant`. Default value is `project`. If the `project` context is specified, the project name will sourced from the provider configuration parameter [`project_name`](https://registry.io/providers/spectrocloud/spectrocloud/latest/docs#schema).
type: string
id:
description: (String) The ID of this resource.
type: string
Expand Down

0 comments on commit 139c6e9

Please sign in to comment.