UPD: Updated provider.tf and README.md
This commit is contained in:
parent
5f11260c53
commit
9fc2ebc365
@ -5,6 +5,7 @@
|
|||||||
|------|---------|
|
|------|---------|
|
||||||
| terraform | >= 1.3.0 |
|
| terraform | >= 1.3.0 |
|
||||||
| aws | >= 5.0 |
|
| aws | >= 5.0 |
|
||||||
|
| http | >= 3.4.2 |
|
||||||
|
|
||||||
## Providers
|
## Providers
|
||||||
|
|
||||||
|
@ -23,5 +23,9 @@ terraform {
|
|||||||
source = "hashicorp/aws"
|
source = "hashicorp/aws"
|
||||||
version = ">= 5.0"
|
version = ">= 5.0"
|
||||||
}
|
}
|
||||||
|
http = {
|
||||||
|
source = "hashicorp/http"
|
||||||
|
version = ">= 3.4.2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user