You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository serves as a standardized, secure template for quickly scaffolding new reusable Infrastructure as Code (IaC) modules. It enforces consistency across all your cloud components and is configured to use the .tofu file extension to clearly identify its use of the OpenTofu project.
Use this repository as a GitHub Template to instantly create a new module (e.g., tofu-aws-s3-bucket).
The ID of the main resource created by this module.
About
OpenTofu module for provisioning and managing Amazon Elastic Container Registry (ECR) repositories in AWS. It simplifies the creation of private and public ECR repositories, including lifecycle policies, repository encryption, access controls, and replication settings.