Skip to content

Latest commit

 

History

History
122 lines (65 loc) · 2.27 KB

weekly.md

File metadata and controls

122 lines (65 loc) · 2.27 KB

Weekly progress

29.09.2024 - 5.10.2024

Goals

  • produce non-full ("quasi") opentofu json

Shipping

  • done: simplified templating rules (e.g how produced tf module would like)
  • not done: produce non-full ("quasi") opentofu json - too ambotious at the this moment

6.10.2024 - 13.10.2024

Goals

  • made full tf example (tf module and root module)

Shipping

  • not done, still wip: made full tf example (tf module and root module)

14.10.2024 - 20.10.2024

Goals

  • made full tf example (tf module and root module)

Shipping

  • done: got full tf example (tofu plan works)

21.10.2024 - 27.10.2024

Goals

  • apply example ✅
  • transform tf to json
  • ???

Shipping

  • done: apply/destory example
  • undone: transform all tf to json

28.10.2024 - 3.11.2024

Goals

  • transform all tf to json and compare with tf-only option ✅
  • json option but generated-like (also compare)

Also done

  • full eks cluster example (resource part)

28.10.2024 - 3.11.2024

Goals

  • transform all tf to json and compare with tf-only option ✅
  • json option but generated-like (also compare) ❌

Also done

  • full eks cluster example (resource part)

4.11.2024 - 10.11.2024

Goals

  • full module example (hcl-version) (input/resources/data/output) ❌

11.11.2024 - 17.11.2024

Goals

  • computed attrs should be used as output ✅ (not all resorces/data)
  • common/uncommon attrs and defaults ✅ (not tested)
  • full module example (hcl-version) (input/resources/data/output) ❌

18.11.2024 - 24.11.2024

Goals

  • test resouces which already "canonical" ❌
  • full module example (hcl-version) (input/resources/data/output) ❌

25.11.2024 - 1.12.2024

Goals

  • test resouces which already "canonical" ❌
  • full module example (hcl-version) (input/resources/data/output) ❌

2.12.2024 - 8.12.2024

Goals

  • test resouces which already "canonical"
  • full module example (hcl-version) (input/resources/data/output)
  • check coalesce with '[]'
  • rewrite to 'override_*'

9.12.2024 - 15.12.2024

Goals

  • terraform_data root module (testing) ✅

16.12.2024 - 22.12.2024

Goals

  • test complex variables in tf-data-root-module