Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Support AWS Provider 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
llam15 committed Sep 30, 2022
1 parent 718852d commit 45ad93d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Kinesis Data Stream ARNs must be provided, as IAM policies for Data Streams cann

```hcl
module "runtime_connector" {
source = "symopsio/runtime-connector/sym"
source = "symopsio/runtime-connector/aws"
version = ">= 1.0.0"
addons = ["aws/kinesis-data-stream"]
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
version = ">= 3.0"
}
}
}

0 comments on commit 45ad93d

Please sign in to comment.