Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: display beta banner #8

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
![OWASP Maturity](https://img.shields.io/badge/owasp-incubator%20project-53AAE5.svg)

## Unreleased

This is a new terraform module registry created to eventually publish this module on the terraform and opentofu registries. It's not ready for production usage yet.

For now, please use the original [domain-protect/domain-protect](https://github.com/domain-protect/domain-protect) repo while this one matures.

If using the new module is desired, it can be done by referencing this git repository directly. Please create issues if any problems arise.

```hcl
module "domain_protect" {
source = "git::https://github.com/domain-protect/terraform-aws-domain-protect.git?ref=main"

# arguments
}
```

## Prevent subdomain takeover ...
![Alt text](docs/images/slack-webhook-notifications.png?raw=true "Domain Protect architecture")

Expand Down