Skip to content

Conversation

@rahul-infra
Copy link
Contributor

No description provided.

formatted terraform file.
@rahul-infra rahul-infra force-pushed the fix/module-dependency-error branch from d2e848e to 9f9545b Compare November 25, 2025 11:20
alias = "cross_account_provider"
region = var.region

dynamic "assume_role" {

Choose a reason for hiding this comment

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

let's not have this logic here, keep it simple please

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the example main.tf.
So we have removed the provider code from our modules.

Choose a reason for hiding this comment

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

No, even with example it should be simpler. This is what others will use as reference.

version = "~> 6.0"
source = "hashicorp/aws"
configuration_aliases = [
aws,

Choose a reason for hiding this comment

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

why is this removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We are giving aws version in root versions file.

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.

3 participants