diff --git a/README.md b/README.md index 694a73e..d512bcb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ terraform { required_providers { dynu = { source = "beatz174-bit/dynu" - version = "~> 0.2.0" + version = "~> 0.4.0" } } } @@ -107,7 +107,7 @@ Use a disposable domain/subdomain only. - Terraform provider source address: `beatz174-bit/dynu`. - Repository name must remain `terraform-provider-dynu`. -- Releases are triggered by pushing a semantic version tag such as `v0.2.0`. +- Releases are triggered by pushing a semantic version tag such as `v0.4.0`. - Required GitHub Actions secrets: - `GPG_PRIVATE_KEY` - `PASSPHRASE` diff --git a/docs/index.md b/docs/index.md index 0dadfb4..1e7383d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ terraform { required_providers { dynu = { source = "beatz174-bit/dynu" - version = "~> 0.2.0" + version = "~> 0.4.0" } } } diff --git a/examples/data-sources/dynu_dns_records/data-source.tf b/examples/data-sources/dynu_dns_records/data-source.tf index ceafeaa..9ab545d 100644 --- a/examples/data-sources/dynu_dns_records/data-source.tf +++ b/examples/data-sources/dynu_dns_records/data-source.tf @@ -2,7 +2,7 @@ terraform { required_providers { dynu = { source = "beatz174-bit/dynu" - version = "~> 0.2.0" + version = "~> 0.4.0" } } } diff --git a/examples/data-sources/dynu_domain/data-source.tf b/examples/data-sources/dynu_domain/data-source.tf index 1797aa0..b3bfd11 100644 --- a/examples/data-sources/dynu_domain/data-source.tf +++ b/examples/data-sources/dynu_domain/data-source.tf @@ -2,7 +2,7 @@ terraform { required_providers { dynu = { source = "beatz174-bit/dynu" - version = "~> 0.2.0" + version = "~> 0.4.0" } } } diff --git a/examples/data-sources/dynu_domains/data-source.tf b/examples/data-sources/dynu_domains/data-source.tf index dc8eb08..f201252 100644 --- a/examples/data-sources/dynu_domains/data-source.tf +++ b/examples/data-sources/dynu_domains/data-source.tf @@ -2,7 +2,7 @@ terraform { required_providers { dynu = { source = "beatz174-bit/dynu" - version = "~> 0.2.0" + version = "~> 0.4.0" } } } diff --git a/examples/live_end_to_end_dns_zone/main.tf b/examples/live_end_to_end_dns_zone/main.tf index 10639c0..a1242be 100644 --- a/examples/live_end_to_end_dns_zone/main.tf +++ b/examples/live_end_to_end_dns_zone/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { dynu = { source = "beatz174-bit/dynu" - version = "~> 0.2.0" + version = "~> 0.4.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 921ba34..15eeed3 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { dynu = { source = "beatz174-bit/dynu" -# version = "~> 0.2.0" +# version = "~> 0.4.0" } } }