cloudposse / cloudposse/terraform-aws-codebuild
Error: Unsupported block type
- Dominant language
- HCL
- Stars
- 123
- Forks
- 130
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the Bug
```shell
╷
│ Error: Unsupported block type
│
│ on .terraform/modules/codebuild/main.tf line 414, in resource "aws_codebuild_project" "default":
│ 414: dynamic "auth" {
│
│ Blocks of type "auth" are not expected here.
╵
```
### Expected Behavior
Running the module does not throw this error
### Steps to Reproduce
Try running `terraform plan` with the latest version of the Terraform AWS provider on a Macbook M2 Pro Max with the darwin_arm64 architecture.
```hcl
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.1.0"
}
}
```
### Screenshots
_No response_
### Environment
- OS: Mac OS Ventura (M2 Max)
- Version: 13.3.1
- Module Version: 1.0.0
- Terraform Version: 1.4.6
- Platform: darwin_arm64
- AWS Provider Version: 5.1.0
### Additional Context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.