Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jgournet committed Jan 21, 2021
1 parent ba78909 commit 448f3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _global/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ terraform {
after_hook "copy_global_data" {
commands = ["init-from-module"]
execute = ["wget", "-qN", "https://raw.githubusercontent.com/BGLCorp/terraform-modules-public/v0.0.1/_global/_regional_data.tf"]
execute = ["wget", "-qN", "https://raw.githubusercontent.com/BGLCorp/terraform-modules-public/v0.0.5/_global/_regional_data.tf"]
}
after_hook "copy_global_providers" {
commands = ["init-from-module"]
execute = ["wget", "-qN", "https://raw.githubusercontent.com/BGLCorp/terraform-modules-public/v0.0.1/_global/_global_providers.tf"]
execute = ["wget", "-qN", "https://raw.githubusercontent.com/BGLCorp/terraform-modules-public/v0.0.5/_global/_global_providers.tf"]
}
...
Expand Down

0 comments on commit 448f3a0

Please sign in to comment.