diff --git a/README.md b/README.md index 92ba0f1..4ff21ca 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ Then check that the credentials being used to deployed are correct. If they are, | [terraform](#requirement\_terraform) | >= 1.0 | | [aws](#requirement\_aws) | >= 4.0 | | [http](#requirement\_http) | ~> 3.0 | -| [nops](#requirement\_nops) | ~>0.0.4 | +| [nops](#requirement\_nops) | 0.0.5 | | [null](#requirement\_null) | 3.2.3 | | [time](#requirement\_time) | ~> 0.7 | @@ -208,7 +208,7 @@ Then check that the credentials being used to deployed are correct. If they are, | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.0 | -| [nops](#provider\_nops) | ~>0.0.4 | +| [nops](#provider\_nops) | 0.0.5 | | [time](#provider\_time) | ~> 0.7 | ## Modules @@ -231,13 +231,13 @@ No modules. | [aws_s3_bucket_policy.nops_bucket_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_policy) | resource | | [aws_s3_bucket_public_access_block.nops_bucket_block_public_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block) | resource | | [aws_s3_bucket_server_side_encryption_configuration.nops_bucket_encryption](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_server_side_encryption_configuration) | resource | -| [nops_integration.integration](https://registry.terraform.io/providers/nops-io/nops/latest/docs/resources/integration) | resource | -| [nops_project.project](https://registry.terraform.io/providers/nops-io/nops/latest/docs/resources/project) | resource | +| [nops_integration.integration](https://registry.terraform.io/providers/nops-io/nops/0.0.5/docs/resources/integration) | resource | +| [nops_project.project](https://registry.terraform.io/providers/nops-io/nops/0.0.5/docs/resources/project) | resource | | [time_sleep.wait_for_resources](https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/sleep) | resource | | [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source | | [aws_iam_policy.iam_readonly_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy) | data source | | [aws_organizations_organization.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/organizations_organization) | data source | -| [nops_projects.current](https://registry.terraform.io/providers/nops-io/nops/latest/docs/data-sources/projects) | data source | +| [nops_projects.current](https://registry.terraform.io/providers/nops-io/nops/0.0.5/docs/data-sources/projects) | data source | ## Inputs diff --git a/versions.tf b/versions.tf index 04c603f..3660127 100644 --- a/versions.tf +++ b/versions.tf @@ -19,7 +19,7 @@ terraform { } nops = { source = "nops-io/nops" - version = "~>0.0.4" + version = "0.0.5" } } } diff --git a/wrappers/versions.tf b/wrappers/versions.tf index 04c603f..3660127 100644 --- a/wrappers/versions.tf +++ b/wrappers/versions.tf @@ -19,7 +19,7 @@ terraform { } nops = { source = "nops-io/nops" - version = "~>0.0.4" + version = "0.0.5" } } }