Skip to content

Commit

Permalink
Merge pull request #63 from j3-signalroom/github_issue-62
Browse files Browse the repository at this point in the history
Resolved #62.
  • Loading branch information
j3-signalroom authored Nov 9, 2024
2 parents a0935fb + f4242b5 commit da379de
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 51 deletions.
88 changes: 44 additions & 44 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is base on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.36.00.000] - 2024-11-08
### Changed
- Upgraded the version of Terraform AWS Provider to `5.75.0`, and Terraform Snowflake Provider to `0.97.0`.

## [0.35.00.000] - 2024-09-06
### Changed
- Replace deprecated `snowflake_role` with `snowflake_account_role`.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ To protect sensitive credentials, the configuration securely stores the generate
**Table of Contents**

<!-- toc -->
+ [Let's get started!](#lets-get-started)
+ [Resources](#resources)
+ [1.0 Let's get started!](#10-lets-get-started)
+ [2.0 Resources](#20-resources)
<!-- tocstop -->

## Let's get started!
## 1.0 Let's get started!
**These are the steps**

1. Take care of the cloud and local environment prequisities listed below:
Expand Down Expand Up @@ -101,9 +101,9 @@ To protect sensitive credentials, the configuration securely stores the generate

By following these steps, you will run the Terraform configuration directly from GitHub, leveraging GitHub Actions for automation and deployment.

## Resources
## 2.0 Resources

[Snowflake's Terraforming Quickstart](https://quickstarts.snowflake.com/guide/terraforming_snowflake/index.html?index=..%2F..index#0)
[Terraform Snowflake Provider Beta](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/0.94.1)
[Terraform Snowflake Provider Beta `0.97.0`](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/0.97.0)
> *[Roadmap](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/ROADMAP.md)*
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.66.0"
version = "~> 5.75.0"
}
snowflake = {
source = "Snowflake-Labs/snowflake"
version = "~> 0.95.0"
version = "~> 0.97.0"
}
}
}
Expand Down

0 comments on commit da379de

Please sign in to comment.