Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape dollar symbols so Terraform accepts the format #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fidel-perez
Copy link

@fidel-perez fidel-perez commented Nov 27, 2023

Escape dollar symbols so Terraform accepts the format in destination-s3.
Without escaping the dollar symbol, there is an error when running terraform apply:

│ Error: Invalid reference
│ 
│   on destinations.tf line 31, in resource "airbyte_destination_s3" "my_destination_s3":
│   31:     s3_path_format    = "airbyte_poc/${STREAM_NAME}/$${YEAR}_$${MONTH}_$${DAY}_$${EPOCH}_"
│ 
│ A reference to a resource type must be followed by at least one attribute access, specifying the resource name.

Escape dollar symbols so Terraform accepts the format in destionation-s3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant