Skip to content

Commit

Permalink
fix: Bumping nops provider version to fix imports and add project det…
Browse files Browse the repository at this point in the history
…ection (#7)

Co-authored-by: Werner Matias Kahnlein <[email protected]>
  • Loading branch information
werner-nops and mkahnlein-caylent authored Nov 11, 2024
1 parent 1fca39a commit 0bbda39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Then check that the credentials being used to deployed are correct. If they are,
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0 |
| <a name="requirement_http"></a> [http](#requirement\_http) | ~> 3.0 |
| <a name="requirement_nops"></a> [nops](#requirement\_nops) | ~>0.0.4 |
| <a name="requirement_nops"></a> [nops](#requirement\_nops) | 0.0.5 |
| <a name="requirement_null"></a> [null](#requirement\_null) | 3.2.3 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.7 |

Expand All @@ -208,7 +208,7 @@ Then check that the credentials being used to deployed are correct. If they are,
| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0 |
| <a name="provider_nops"></a> [nops](#provider\_nops) | ~>0.0.4 |
| <a name="provider_nops"></a> [nops](#provider\_nops) | 0.0.5 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.7 |

## Modules
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
}
nops = {
source = "nops-io/nops"
version = "~>0.0.4"
version = "0.0.5"
}
}
}
2 changes: 1 addition & 1 deletion wrappers/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
}
nops = {
source = "nops-io/nops"
version = "~>0.0.4"
version = "0.0.5"
}
}
}

0 comments on commit 0bbda39

Please sign in to comment.