Skip to content

Commit

Permalink
documentation (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
laliconfigcat authored Feb 10, 2025
1 parent 72c5ac5 commit 8ede1ac
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/guides/multi_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down Expand Up @@ -102,7 +102,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down Expand Up @@ -146,7 +146,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/segments.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/simple_data_sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/simple_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/guides/multi_environments/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/guides/multi_environments/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/guides/multi_environments/test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/guides/segments/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/guides/simple_data_sources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/guides/simple_resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
configcat = {
source = "configcat/configcat"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down

0 comments on commit 8ede1ac

Please sign in to comment.