You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Any thoughts on an easy way for configure terraform kitchen to converge against localstack? For verification I am using awsspec and the verifier does respond to http_proxy configuration fine but the provisioner does not.
Based on the AWS provider documentation, it does not appear that there is any alternative to specifying the custom endpoints within the provider configuration. If you would like to avoid hard-coding that configuration in your main module then I suggest you create a separate test module which invokes your main module and includes the necessary provider configuration. You can override which module Kitchen-Terraform tests using the transport.root_module_directory configuration.
Any thoughts on an easy way for configure terraform kitchen to converge against localstack? For verification I am using awsspec and the verifier does respond to http_proxy configuration fine but the provisioner does not.
When I run
bundle exec kitchen converge
aws is updated and not localstack running on http://localhost:4566.I want to avoid adding this in the aws provider:
The text was updated successfully, but these errors were encountered: