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

Return back public_subnets that is required when create_igw=true #1005

Merged
merged 1 commit into from
Dec 26, 2021

Conversation

alexott
Copy link
Contributor

@alexott alexott commented Dec 26, 2021

Spotted on StackOverflow

@alexott alexott requested a review from nfx December 26, 2021 08:38
@codecov
Copy link

codecov bot commented Dec 26, 2021

Codecov Report

Merging #1005 (edba88d) into master (9b088c9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1005   +/-   ##
=======================================
  Coverage   90.54%   90.54%           
=======================================
  Files         105      105           
  Lines        9218     9218           
=======================================
  Hits         8346     8346           
  Misses        516      516           
  Partials      356      356           

Copy link
Contributor

@nfx nfx left a comment

Choose a reason for hiding this comment

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

@alexott next time when changing any aws docs, I'd be asking for apply log 😉👹

This one didn't get any testing.
15a2d29#diff-286b2aec7cdcc2be5217ba42960dee52b4426123fb7e2b695fd9bdadf49dc051

@nfx
Copy link
Contributor

nfx commented Dec 26, 2021

@nfx nfx merged commit 9af3fc8 into master Dec 26, 2021
@nfx nfx deleted the fix-aws-vpc-module branch December 26, 2021 11:35
@nfx nfx mentioned this pull request Dec 30, 2021
94 tasks
nfx added a commit that referenced this pull request Dec 30, 2021
* Added support for `databricks_permissions` for `databricks_mlflow_experiment` and `databricks_mlflow_model` ([#1013](#1013)).
* Added `Using XXX auth` explanation to HTTP 403 errors, which should help troubleshooting misconfigured authentication or provider aliasing. Example error message now looks like: *cannot create group: /2.0/preview/scim/v2/Groups is only accessible by admins. Using databricks-cli auth: host=https://XXX.cloud.databricks.com/, token=`***REDACTED***`, profile=demo.* All sensitive configuration parameters (`token`, `password`, and `azure_client_secret`) are redacted and replaced with `***REDACTED***` ([#821](#821)).
* Improved documentation with regards to public subnets in AWS quick start ([#1005](#1005)).
* Added `databricks_mount` code genration for [exporter](https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/guides/experimental-exporter) tooling ([#1006](#1006)).
* Increase dependency check frequency ([#1007](#1007)).
* Added experimental resources.
michael-berk pushed a commit to michael-berk/terraform-provider-databricks that referenced this pull request Feb 15, 2023
michael-berk pushed a commit to michael-berk/terraform-provider-databricks that referenced this pull request Feb 15, 2023
* Added support for `databricks_permissions` for `databricks_mlflow_experiment` and `databricks_mlflow_model` ([databricks#1013](databricks#1013)).
* Added `Using XXX auth` explanation to HTTP 403 errors, which should help troubleshooting misconfigured authentication or provider aliasing. Example error message now looks like: *cannot create group: /2.0/preview/scim/v2/Groups is only accessible by admins. Using databricks-cli auth: host=https://XXX.cloud.databricks.com/, token=`***REDACTED***`, profile=demo.* All sensitive configuration parameters (`token`, `password`, and `azure_client_secret`) are redacted and replaced with `***REDACTED***` ([databricks#821](databricks#821)).
* Improved documentation with regards to public subnets in AWS quick start ([databricks#1005](databricks#1005)).
* Added `databricks_mount` code genration for [exporter](https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/guides/experimental-exporter) tooling ([databricks#1006](databricks#1006)).
* Increase dependency check frequency ([databricks#1007](databricks#1007)).
* Added experimental resources.
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