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

Optional Resource Group creation in adb-lakehouse module #153

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

micheledaddetta-databricks

The commit contains the implementation for the workspace resource group.
However this change requires to no more use the local.rg_location variable, since the value is known after the apply, and this force the replacement of all of the resources that uses it

The commit contains the implementation for the workspace resource group. However this change requires to no more use the local.rg_location variable, since the value is known after the apply, and rhis force the replacement of all of the resources
Copy link
Contributor

@alexott alexott left a comment

Choose a reason for hiding this comment

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

small change is needed

@@ -3,6 +3,6 @@ resource "azurerm_data_factory" "adf" {

name = var.data_factory_name
location = local.rg_location
resource_group_name = local.rg_name
resource_group_name = var.location
Copy link
Contributor

Choose a reason for hiding this comment

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

it should be rg_name

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