Skip to content

feat: update nullplatform provider to >= 0.0.86 across all modules#322

Merged
agustincelentano merged 8 commits into
mainfrom
feat/update-nullplatform-provider-0.0.86
May 5, 2026
Merged

feat: update nullplatform provider to >= 0.0.86 across all modules#322
agustincelentano merged 8 commits into
mainfrom
feat/update-nullplatform-provider-0.0.86

Conversation

@davidf-null

@davidf-null davidf-null commented May 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Updated nullplatform/nullplatform provider version to >= 0.0.86 across 23 modules
  • Updated .terraform.lock.hcl files accordingly
  • Added dimensions = {} in asset/ecr (required by provider >= 0.0.86)

Updated modules

Module Previous version New version
metrics ~> 0.0.63 >= 0.0.86
service_definition ~> 0.0.67 >= 0.0.86
asset/ecr ~> 0.0.63 >= 0.0.86
asset/docker_server >= 0.0.67 >= 0.0.86
scope_definition_agent_association >= 0.0.67 >= 0.0.86
api_key ~> 0.0.76 >= 0.0.86
container_orchestration/oke ~> 0.0.63 >= 0.0.86
container_orchestration/aks ~> 0.0.63 >= 0.0.86
container_orchestration/gke ~> 0.0.63 >= 0.0.86
container_orchestration/eks ~> 0.0.63 >= 0.0.86
agent ~> 0.0.63 >= 0.0.86
service_definition_agent_association ~> 0.0.67 >= 0.0.86
code_repository ~> 0.0.67 >= 0.0.86
users ~> 0.0.63 >= 0.0.86
cloud/azure/cloud ~> 0.0.63 >= 0.0.86
cloud/oci/cloud ~> 0.0.63 >= 0.0.86
cloud/gcp/cloud ~> 0.0.63 >= 0.0.86
cloud/aws/cloud ~> 0.0.63 >= 0.0.86
cloud/aws/vpc ~> 0.0.63 >= 0.0.86
scope_definition ~> 0.0.63 >= 0.0.86
account ~> 0.0.63 >= 0.0.86
dimensions ~> 0.0.63 >= 0.0.86
base ~> 0.0.76 >= 0.0.86

Notes

  • asset/ecr: added dimensions = {} as provider >= 0.0.86 marks it as Required: true. ECR does not use dimensions so it is left empty.
  • All pre-commit hooks pass (tofu fmt, tofu validate, tofu test).

🤖 Generated with Claude Code

David Fernandez and others added 8 commits April 9, 2026 15:55
Updated 23 providers.tf files from various constraints
(~> 0.0.63, ~> 0.0.67, ~> 0.0.76, >= 0.0.67) to >= 0.0.86.
Updated .terraform.lock.hcl files accordingly.
Added dimensions = {} to asset/ecr as required by provider >= 0.0.86.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@agustincelentano agustincelentano merged commit 6b5e5ce into main May 5, 2026
42 checks passed
@agustincelentano agustincelentano deleted the feat/update-nullplatform-provider-0.0.86 branch May 5, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants