Replies: 1 comment
-
Regarding the error, private_key and private_key_path conflicting due to the private_key is giving the provider block the key directly, and private_key_path i giving the provider block the path to the key. You need to do one or the other and not both. I would recommend giving it the path to the key.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having some issues with trying to deploy a simple Snowflake database and warehouse via Github Actions where I keep getting the following error:
I have tried the following with no luck:
Attempt#1(With environment variables)
.github/workflows/pipeline.yml
provider.tf
Attempt#2-4(Without environment variables, authentication in Provider)
provider.tf
Attempt#5(With .snowflake/config file)
For reference:
main.tf
I've run the terraform scripts via the command line using the environment variables and it has worked successfully.
Any help around this would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions