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

Added tf:"force_new" for databricks_mws_networks.vpc_endpoints #1453

Merged
merged 1 commit into from
Jul 13, 2022
Merged

Added tf:"force_new" for databricks_mws_networks.vpc_endpoints #1453

merged 1 commit into from
Jul 13, 2022

Conversation

ravirahul-db
Copy link
Contributor

@ravirahul-db ravirahul-db commented Jul 12, 2022

databricks_mws_networks.ravi_test_tf_network: Refreshing state... [id=xxxxx/yyyyy]

Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # databricks_mws_networks.ravi_test_tf_network will be updated in-place
  ~ resource "databricks_mws_networks" "ravi_test_tf_network" {
        id                 = "xxxxx/yyyyy"
        # (9 unchanged attributes hidden)

      + vpc_endpoints {
          + dataplane_relay = [
              + "vpce-xxx",
            ]
          + rest_api        = [
              + "vpce-yyy",
            ]
        }
    }

Plan: 0 to add, 1 to change, 0 to destroy.
databricks_mws_networks.ravi_test_tf_network: Modifying... [id=xxxxx/yyyyy]
╷
│ Error: doesn't support update
│ 
│   with databricks_mws_networks.ravi_test_tf_network,
│   on main_aws.tf line 26, in resource "databricks_mws_networks" "ravi_test_tf_network":
│   26: resource "databricks_mws_networks" "ravi_test_tf_network" {
│ 

@codecov-commenter
Copy link

Codecov Report

Merging #1453 (debccb0) into master (f9601b2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1453   +/-   ##
=======================================
  Coverage   90.12%   90.12%           
=======================================
  Files         126      126           
  Lines       10221    10221           
=======================================
  Hits         9212     9212           
  Misses        642      642           
  Partials      367      367           

@nfx nfx merged commit c268c41 into databricks:master Jul 13, 2022
@ravirahul-db ravirahul-db deleted the replace-for-vpc-endpoints branch July 13, 2022 19:56
@nfx nfx mentioned this pull request Jul 15, 2022
michael-berk pushed a commit to michael-berk/terraform-provider-databricks that referenced this pull request Feb 15, 2023
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