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

adds AWS_STS_REGIONAL_ENDPOINTS environment variable #660

Merged

Conversation

ewierschke
Copy link
Contributor

adds AWS_STS_REGIONAL_ENDPOINTS environment variable

@ewierschke
Copy link
Contributor Author

results of make test:

make terraform/pytest PYTEST_ARGS="-v --nomock"
[bootstrap]: Clone of tardigrade-ci is up-to-date, skipping auto-init
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pytest==8.3.2 in /home/x/.local/lib/python3.11/site-packages (from -r /home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs/tardigrade-ci/tests/terraform_pytest/requirements.txt (line 6)) (8.3.2)
Requirement already satisfied: python-hcl2==4.3.4 in /home/x/.local/lib/python3.11/site-packages (from -r /home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs/tardigrade-ci/tests/terraform_pytest/requirements.txt (line 8)) (4.3.4)
Requirement already satisfied: tftest==1.8.5 in /home/x/.local/lib/python3.11/site-packages (from -r /home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs/tardigrade-ci/tests/terraform_pytest/requirements.txt (line 10)) (1.8.5)
Requirement already satisfied: iniconfig in /home/x/.local/lib/python3.11/site-packages (from pytest==8.3.2->-r /home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs/tardigrade-ci/tests/terraform_pytest/requirements.txt (line 6)) (2.0.0)
Requirement already satisfied: packaging in /home/x/.local/lib/python3.11/site-packages (from pytest==8.3.2->-r /home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs/tardigrade-ci/tests/terraform_pytest/requirements.txt (line 6)) (24.2)
Requirement already satisfied: pluggy<2,>=1.5 in /home/x/.local/lib/python3.11/site-packages (from pytest==8.3.2->-r /home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs/tardigrade-ci/tests/terraform_pytest/requirements.txt (line 6)) (1.5.0)
Requirement already satisfied: lark<2,>=1 in /home/x/.local/lib/python3.11/site-packages (from python-hcl2==4.3.4->-r /home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs/tardigrade-ci/tests/terraform_pytest/requirements.txt (line 8)) (1.2.2)
[pytest//home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs/tardigrade-ci/tests/terraform_pytest] Starting Python tests found under the directory "/home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs/tardigrade-ci/tests/terraform_pytest"
pytest /home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs/tardigrade-ci/tests/terraform_pytest -v --nomock
============================================================================= test session starts =============================================================================
platform linux -- Python 3.11.0rc1, pytest-8.3.2, pluggy-1.5.0 -- /usr/bin/python3.11
cachedir: .pytest_cache
rootdir: /home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs
collected 1 item

tardigrade-ci/tests/terraform_pytest/test_terraform_install.py::test_modules[test_delete_default_vpc] PASSED                                                            [100%]

============================================================================= 1 passed in 40.56s ==============================================================================
[pytest//home/x/git/github/terraform-aws-org-new-account-delete-default-vpcs/tardigrade-ci/tests/terraform_pytest]: Tests executed!

@ewierschke ewierschke marked this pull request as ready for review November 20, 2024 17:45
@lorengordon lorengordon merged commit f5da678 into plus3it:main Nov 20, 2024
4 of 5 checks passed
@ewierschke ewierschke deleted the feat/use-regional-aws-sts-endpoints branch November 20, 2024 17:46
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.

2 participants