Skip to content

The provider doesn't show the data_sources diff on the bytebase_instance resource. #167

@wsilvan

Description

@wsilvan

We are facing trouble with bytebase_instance resources, as the diff is not showing on plan and apply:

~ resource "bytebase_instance" "instances" {
id = "instances/xxxxx-xpto"
name = "instances/xxxxx-xpto"
# (10 unchanged attributes hidden)

  - data_sources {
      # At least one attribute in this block is (or was) sensitive,
      # so its contents will not be displayed.
    }
  + data_sources {
      # At least one attribute in this block is (or was) sensitive,
      # so its contents will not be displayed.
    }
}

Since the data_sources block is marked as sensitive, all information is hidden. Is it possible to modify the provider to display the differences while still concealing only sensitive attributes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions