blueteamvillage / DC31-obsidian-sec-eng

MIT License
1 stars 0 forks source link

Change TF version pin #157

Closed CptOfEvilMinions closed 1 year ago

CptOfEvilMinions commented 1 year ago

Background

TF code was pinned to TF v1.3.7 which doesn't allow newer versions of TF. This PR changes this constraint to allow newer versions.

Type of change

Changes

Change TF version constraint from ~> 1.3.7 to => 1.3.7

Testing

➜  terraform git:(tf-pinned-version)  terraform plan
module.teleport.random_string.suffix: Refreshing state... [id=pcq49]
module.teleport.random_string.bucket_suffix: Refreshing state... [id=kxl6y]
random_password.win_domain_admin_random_passwd_gen: Refreshing state... [id=none]
random_string.bucket_suffix: Refreshing state... [id=zkx4p]
data.template_file.password_change: Reading...
...