Skip to content

Commit

Permalink
Update README and CHANGELOG for v9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcooper committed Aug 2, 2024
1 parent 904e059 commit d44599d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log for Terraform AWS Kinesis Firehose Splunk

## v9.0.2
* Use data resource `aws_partition` to discern current partition for IAM policy so that it can work in AWS China or AWS Gov.

## v9.0.1
* Fix [#39](https://github.com/disney/terraform-aws-kinesis-firehose-splunk/issues/39) - Syntax error: Cannot use import statement outside a module. Added `package.json` file.
* Added `.vscode` to `.gitignore` file.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ As of v7.0.0, there are two additional options available to pass in the HEC toke
| [aws_iam_policy_document.cloudwatch_to_firehose_trust_assume_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
| [aws_iam_policy_document.kinesis_firehose_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
| [aws_iam_policy_document.lambda_policy_doc](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
| [aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition) | data source |
| [aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region) | data source |

### Inputs
Expand Down

0 comments on commit d44599d

Please sign in to comment.