Josiah Ritchie
Josiah Ritchie
This seems to continue to persist in 3.10. ``` $ nox -rs mypy nox > Running session mypy nox > Creating virtual environment (virtualenv) using python.BAT in .nox\mypy nox >...
Here are some notes on getting it working enough to do the rake ofac:update_data successfully. Hopefully that'll be helpful to someone in the mean time. sudo gem install ofac sudo...
Great, I'll poke at it and see if I can't add something to the project.
We did move to using the environment variables and it still won't work. The problem occurs as the module is processing data sources, not initializing the provider. ________________________________ From: Daniel...
Yeah, we basically just used the autoscaling ref architecture and moved it to using environment variables: https://github.com/appgate/sdp-tf-reference-architecture/tree/main/deployment/aws/autoscaling-gateways
I use this code the environment variables "AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_REGION" APPGATE_INSECURE", "APPGATE_PASSWORD", "APPGATE_PROVIDER", "APPGATE_ADDRESS" and "APPGATE_USERNAME" set. Terraform Enterprise is set to "Remote Mode" meaning it runs the plan within...
@PlasmaKirill Did this get resolved?