We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48ea89 commit a6f3392Copy full SHA for a6f3392
examples/organizational/data.tf
@@ -1,3 +1,2 @@
1
-data "aws_region" "current" {}
2
data "sysdig_secure_connection" "current" {}
3
data "aws_caller_identity" "me" {}
test/fixtures/organizational/main.tf
@@ -1,8 +1,7 @@
terraform {
required_providers {
aws = {
4
- # major version pinned until this is solved: hashicorp/terraform-provider-aws#29042
5
- version = ">= 4.0.0, <4.51.0"
+ version = ">= 4.0.0"
6
configuration_aliases = [aws.member]
7
}
8
sysdig = {
0 commit comments