Skip to content

Commit

Permalink
fix: Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robh007 committed Mar 18, 2023
1 parent 979397d commit 5fe7a4a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
***NOTE Work in progress ***

# terraform-terracurl-aws-sigv4
Terraform module that uses the AWS & terracurl provider. It allows you to interact with the AWS APIs nativley in terraform.
Terraform module that uses the AWS & terracurl providers, it allows you to interact with the AWS APIs nativley in terraform.

### Use case:
When the AWS provider doesn't support an AWS Service or provider as missing functionality, you can still interact with AWS using the terracurl provider.
When the AWS provider doesn't support an AWS Service or as missing functionality, you can still interact with AWS using the terracurl provider.

This module uses a lambda function to generate the required SIGV4 signature & then use the terracurl provider to call the AWS APIs.
This module uses a lambda function to generate the required SIGV4 signature & then uses the terracurl provider to call the AWS APIs.

<!-- BEGIN_TF_DOCS -->
## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terracurl"></a> [terracurl](#requirement\_terracurl) | 1.0.1 |
| <a name="requirement_terracurl"></a> [terracurl](#requirement\_terracurl) | 1.1.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.58.0 |
| <a name="provider_terracurl"></a> [terracurl](#provider\_terracurl) | 1.0.2 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.59.0 |
| <a name="provider_terracurl"></a> [terracurl](#provider\_terracurl) | 1.1.0 |

## Modules

Expand All @@ -30,7 +30,7 @@ No modules.

| Name | Type |
|------|------|
| [terracurl_request.create_and_destroy](https://registry.terraform.io/providers/devops-rob/terracurl/1.0.1/docs/resources/request) | resource |
| [terracurl_request.create_and_destroy](https://registry.terraform.io/providers/devops-rob/terracurl/1.1.0/docs/resources/request) | resource |
| [aws_lambda_invocation.sigv4](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_invocation) | data source |

## Inputs
Expand Down

0 comments on commit 5fe7a4a

Please sign in to comment.