Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Add redshift_namespace data source#16

Merged
winglot merged 1 commit intobrainly:masterfrom
sworisbreathing:namespace-data-source
Aug 16, 2021
Merged

Add redshift_namespace data source#16
winglot merged 1 commit intobrainly:masterfrom
sworisbreathing:namespace-data-source

Conversation

@sworisbreathing
Copy link
Copy Markdown
Contributor

As discussed in #12, here is the PR to add a redshift_namespace data source. The new data source has no additional attributes - the namespace will be set in the ID. It is intended for future use cases such as data sharing (which I plan to start working on next)

Example:

data "redshift_namespace" "producer" {  ​
}

output "producer_namespace" {
  value = data.redshift_namespace.producer.id
}

@winglot winglot added the enhancement New feature or request label Aug 9, 2021
This was referenced Aug 12, 2021
@winglot winglot merged commit e4058e7 into brainly:master Aug 16, 2021
@sworisbreathing sworisbreathing deleted the namespace-data-source branch August 17, 2021 04:59
StevenKGER referenced this pull request in dbsystel/terraform-provider-redshift Oct 25, 2024
Pin crazy-max/ghaction-import-gpg action to 82a020f
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants