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

Revert "Run terraform init in sequence" #4329

Closed
wants to merge 1 commit into from

Conversation

maorfr
Copy link
Contributor

@maorfr maorfr commented May 1, 2024

part of https://issues.redhat.com/browse/APPSRE-9970

Reverts #4208

follows up on #4318

possibly related to hashicorp/terraform#33482

@maorfr maorfr requested a review from hemslo May 1, 2024 08:33
Copy link
Contributor

@hemslo hemslo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depends on hashicorp/terraform#31964 to be fixed

@@ -142,8 +142,7 @@ def init_specs(self):
TerraformSpec(name=name, working_dir=wd)
for name, wd in self.working_dirs.items()
]
for spec in self.specs:
self.terraform_init(spec)
threaded.run(self.terraform_init, self.specs, self.thread_pool_size)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

depends on hashicorp/terraform#31964 to be fixed

@rporres
Copy link
Contributor

rporres commented May 2, 2024

/retest

@maorfr maorfr closed this Sep 4, 2024
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.

4 participants