Skip to content

Commit

Permalink
Update CFT template data source info and disable tests (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcmjunior authored Jan 26, 2024
1 parent 8c60e78 commit e298080
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const CloudFormationDeploymentMethod = "cft-ec2"
func DataSourceSidecarCftTemplate() *schema.Resource {
return &schema.Resource{
DeprecationMessage: "This data source was deprecated. It will be removed in the next major version of " +
"the provider.",
"the provider and no longer works for control planes `v4.13` and later.",
Description: "Retrieves the CloudFormation deployment template for a given sidecar. This data source only " +
"supports sidecars with `cft-ec2` deployment method. For Terraform template, use our " +
"`terraform-cyral-sidecar-aws` module.",
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion docs/data-sources/sidecar_cft_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cyral_sidecar_cft_template (Data Source)

~> **DEPRECATED** This data source was deprecated. It will be removed in the next major version of the provider.
~> **DEPRECATED** This data source was deprecated. It will be removed in the next major version of the provider and no longer works for control planes `v4.13` and later.

## Example Usage

Expand Down

0 comments on commit e298080

Please sign in to comment.