Skip to content

Commit

Permalink
Merge pull request #299 from robinmordasiewicz:tfenv
Browse files Browse the repository at this point in the history
update terraform
  • Loading branch information
robinmordasiewicz authored Mar 19, 2024
2 parents 65df6e8 + ea0d60c commit af2a6a2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 23 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ echo 'eval "$(oh-my-posh init zsh --config ~/.oh-my-posh/themes/powerlevel10k.om
conda init --all
wget https://raw.githubusercontent.com/Azure/azure-cli/dev/az.completion -O ~/.oh-my-zsh/custom/az.zsh

tfenv install
tfenv use

if ! [ -d ~/.vim/pack/plugin/start ]; then
mkdir -p ~/.vim/pack/plugin/start
fi
Expand Down
2 changes: 1 addition & 1 deletion .terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ content: |-
## Example terraform.auto.tfvars
```hcl
{{ include "terraform.auto.tfvars.example" }}
{{ include "terraform.auto.tfvars" }}
```
{{ .Header }}
Expand Down
9 changes: 0 additions & 9 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ internal_prefix = "10.0.3.0/24"

| Name | Version |
|------|---------|
| terraform | 1.7.1 |
| terraform | 1.7.5 |
| azurerm | 3.96.0 |
| http | 3.4.1 |
| random | 3.6.0 |
Expand Down
2 changes: 1 addition & 1 deletion terraform/terraform.auto.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
location = "canadacentral"
resource_group = "vmarin-code-resource-group"
resource_group = "my-resource-group"
owner_email = "[email protected]"
vnet_address_prefix = "10.0.0.0/16"
external_name = "external"
Expand Down
10 changes: 0 additions & 10 deletions terraform/terraform.auto.tfvars.example

This file was deleted.

2 changes: 1 addition & 1 deletion terraform/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.7.1"
required_version = "1.7.5"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
Expand Down

0 comments on commit af2a6a2

Please sign in to comment.