issues Search Results · repo:brainly/terraform-provider-redshift language:Go
Filter by
53 results
(65 ms)53 results
inbrainly/terraform-provider-redshift (press backspace or delete to remove)Good day!
I have the following resources
resource redshift_default_privileges rbac_redshift_engineers_objects {
group = redshift_group.read_only_group.name
owner = redshift_group.rbac_redshift_engineers.name ...
dkravetz
- Opened on Nov 29, 2024
- #142
I added this to our terraform project:
data aws_redshift_cluster analytics {
cluster_identifier = analytics
}
provider redshift {
host = data.aws_redshift_cluster.analytics.endpoint
...
m-ronchi
- Opened on Sep 18, 2024
- #138
Hey all (@winglot from last commits?),
We are considering adopting this terraform provider, but wanted to know a bit more about the current level of support.
It seems there have been no contributions ...
jPinhao-Rover
- 1
- Opened on Aug 13, 2024
- #136
Hi!
AWS redshift now implements a clause WITH PERMISSIONS that allows to manage datashare object at object level. Is it
possible to add that feature in the provider please ?
Regards
BenjaminDoctolib
- Opened on May 24, 2024
- #135
Creating a redshift_schema resource with an rds_mysql_source block successfully creates the schema, but then fails with
the error Unsupported source database type unknown.
mdimas
- 4
- Opened on Sep 12, 2023
- #128
If a datashare already exists and one changes this property, the error below is seen. It seems setting this specific
option needs to run outside a transaction block
ALTER DATASHARE SET PUBLICACCESSIBLE ...
xpaulnim
- Opened on Sep 12, 2023
- #127
I ve been trying to destroy a redshift DB and getting this error, not too sure if this is a bug or if we re running into
something else here. The only way we can get round it is to either delete it manually. ...
fraserc182
- 2
- Opened on Jul 7, 2023
- #124
First of all, great plugin (:
I looked at the code, and I saw that when creating a new Datashare, it adds all the tables under the schema. Is it
possible to add a feature to create a new Dateshare with ...
LironEr
- Opened on Jun 7, 2023
- #123
hi, I used your provider script is handy, but I have more than 200 users for each schema and I have more than 200
schemas it works fine for 30 schemas but when I am using it for more than 40schemas then ...
kanth1222
- 1
- Opened on Mar 30, 2023
- #122
Any plans on adding support for configuring a socks proxy via the provider similar to this MySQL provider?
https://registry.terraform.io/providers/petoju/mysql/latest/docs#proxy That way you can use the ...
henryserrano-contrast
- 3
- Opened on Mar 2, 2023
- #119

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.