Skip to content

Commit

Permalink
upd: bump module usage examples to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed Apr 6, 2023
1 parent b73df27 commit 7048121
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "google_monitoring_notification_channel" "email" {
module "finops" {
source = "artefactory/finops/google"
version = "~> 0.1"
version = "~> 1.0"
project_id = local.project_id
Expand Down Expand Up @@ -67,7 +67,7 @@ resource "google_monitoring_notification_channel" "email" {
module "finops" {
source = "artefactory/finops/google"
version = "~> 0.1"
version = "~> 1.0"
project_id = local.project_id
Expand Down Expand Up @@ -115,7 +115,7 @@ resource "google_monitoring_notification_channel" "email" {
module "finops" {
source = "artefactory/finops/google"
version = "~> 0.1"
version = "~> 1.0"
project_id = local.project_id
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ No requirements.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_finops"></a> [finops](#module\_finops) | artefactory/finops/google | ~> 0.1 |
| <a name="module_finops"></a> [finops](#module\_finops) | artefactory/finops/google | ~> 1.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion examples/standalone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "google_monitoring_notification_channel" "email" {

module "finops" {
source = "artefactory/finops/google"
version = "~> 0.1"
version = "~> 1.0"

project_id = local.project_id

Expand Down
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* module "finops" {
* source = "artefactory/finops/google"
* version = "~> 0.1"
* version = "~> 1.0"
*
* project_id = local.project_id
*
Expand Down Expand Up @@ -68,7 +68,7 @@
*
* module "finops" {
* source = "artefactory/finops/google"
* version = "~> 0.1"
* version = "~> 1.0"
*
* project_id = local.project_id
*
Expand Down Expand Up @@ -116,7 +116,7 @@
*
* module "finops" {
* source = "artefactory/finops/google"
* version = "~> 0.1"
* version = "~> 1.0"
*
* project_id = local.project_id
*
Expand Down

0 comments on commit 7048121

Please sign in to comment.