Azure / terraform-azurerm-avm-res-databricks-workspace

MIT License
6 stars 5 forks source link

Added output databricks_access_connector_principal_ids #29

Open marcelobern opened 3 months ago

marcelobern commented 3 months ago

Description

Added output databricks_access_connector_principal_ids, so the access connector principal_id can be used in outside the module (e.g. azurerm_role_assignment). terraform-docs was used to updat README.md.

Type of Change

Checklist

marcelobern commented 3 months ago

@microsoft-github-policy-service agree

segraef commented 2 months ago

Thanks @marcelobern, do you mind having a look at the linter errors, should be easy to fix and then I'm happy to approve.

marcelobern commented 2 months ago

@segraef sorry for the delayed response to this.

It should be good now.

Dipak-Mistry-WTW commented 2 months ago

Hi @segraef @jaredfholgate @prjelesi Is this just waiting for approval?

prjelesi commented 1 month ago

@segraef feel free to merge

Dipak-Mistry-WTW commented 1 month ago

This is good to have in the long term but I don't need it anymore as I have switched to User assigned managed identities instead which are output from another module.

Dipak-Mistry-WTW commented 1 month ago

Hi - Its seems we've changed direction and we do need this now!! Sorry for messing you about. I think the work is pretty much done. Is it just some quick linting fixes? @segraef @marcelobern

segraef commented 1 month ago

Approved e2e test run, let's see. @marcelobern please make sure to run ./avm pre-commit to get the linting green and bump up https://github.com/Azure/terraform-azurerm-avm-res-databricks-workspace/blob/main/locals.version.tf.json up to 0.2.0, thanks.

marcelobern commented 1 month ago

Bumped version.

Having issue with ./avm pre-commit (see error messages below). Any suggestions?

latest: Pulling from azterraform
Digest: sha256:8db46870078308c6d8310538903d0c8ee2d532a5ca99d6f8dfb0637fe6d51677
Status: Image is up to date for mcr.microsoft.com/azterraform:latest
curl: (6) Could not resolve host: raw.githubusercontent.com
make: *** No rule to make target 'pre-commit'.  Stop.
Dipak-Mistry-WTW commented 6 days ago

@jaredfholgate @segraef @marcelobern Has this fallen off the radar?

segraef commented 4 days ago

I'm about to fix the linter issues https://github.com/Azure/terraform-azurerm-avm-res-databricks-workspace/pull/51 which might require a rebase afterwards.

segraef commented 1 day ago

Predecessor: #53

segraef commented 9 hours ago

Merged #53, please rebase #29 to get linters green, thank you for your patience and collaboration @marcelobern and @Dipak-Mistry-WTW.

marcelobern commented 7 hours ago

@segraef , I did merge #53 but I am still having issues trying to run ./avm pre-commit locally:

latest: Pulling from azterraform
Digest: sha256:f19e62cacd83ab058742377bc4a561f9732845d9c4e07220dc89cceac5e69262
Status: Image is up to date for mcr.microsoft.com/azterraform:latest
curl: (6) Could not resolve host: raw.githubusercontent.com
make: *** No rule to make target 'pre-commit'.  Stop.

We will see it the check happen to work in the PR.

marcelobern commented 6 hours ago

@segraef never mind, seems like I ran out of disk space due to the size of the images pulled by './avm pre-commit'.

I ran it successfully after cleaning up the disk and it removed the extra blank lines in the README, so I hope this will be all green now.