Skip to content

Commit

Permalink
feat: Output aurora db instance (#554)
Browse files Browse the repository at this point in the history
* feat: Output aurora db instance

* fix ci

* remove test for now

* change version
  • Loading branch information
alldoami authored Jan 26, 2024
1 parent 02650a9 commit e226871
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: ls -al $HOME/.terraform.d/plugins/terraform-provider-bless*
- if: github.event == 'push' || steps.filter.outputs.module == 'true'
name: Install Snowflake provider
run: curl -s https://raw.githubusercontent.com/chanzuckerberg/terraform-provider-snowflake/main/download.sh | bash -s -- -b $HOME/.terraform.d/plugins/ -d v0.53.0
run: curl -s https://raw.githubusercontent.com/Snowflake-Labs/terraform-provider-snowflake/v0.53.0/download.sh | bash -s -- -b $HOME/.terraform.d/plugins/ -d v0.53.0
- if: github.event == 'push' || steps.filter.outputs.module == 'true'
name: Check Snowflake provider
run: ls -al $HOME/.terraform.d/plugins/terraform-provider-snowflake*
Expand Down
4 changes: 4 additions & 0 deletions aws-aurora/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ output "db_parameter_group_name" {
output "cluster_resource_id" {
value = aws_rds_cluster.db.cluster_resource_id
}

output "aws_rds_cluster_instance" {
value = aws_rds_cluster_instance.db
}

0 comments on commit e226871

Please sign in to comment.