You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform plan is failing on Terraform v1.0.0 with Error: cache location is required when cache type is "S3"
Expected Behavior
It should not be failing to create the CodeBuild resource
Steps to Reproduce
1.) I initialize a module:
module"build" {
source="cloudposse/cicd/aws"attributes=(concat(var.attributes, ["codepipeline"]))
namespace=var.namespacestage=var.stagename=var.nameenabled=var.codepipeline_enabled# Application repository on GitHubgithub_oauth_token=var.codepipeline_github_tokenrepo_owner=var.codepipeline_repo_ownerrepo_name=var.codepipeline_repo_namebranch=var.codepipeline_branch
}
2.) I commit and push.
3.) Terraform Cloud gives this error:
│ Error: cache location is required when cache type is "S3"
│
│ with module.landing_page.module.build.module.codebuild.aws_codebuild_project.default[0],
│ on .terraform/modules/landing_page.build.codebuild/main.tf line 265, in resource "aws_codebuild_project""default":
│ 265:resource"aws_codebuild_project""default" {
│
╵
Environment (please complete the following information):
Using Terraform v1.0.0 in Terraform Cloud
The text was updated successfully, but these errors were encountered:
Found a bug? Maybe our Slack Community can help.
Describe the Bug
Terraform plan is failing on Terraform v1.0.0 with
Error: cache location is required when cache type is "S3"
Expected Behavior
It should not be failing to create the CodeBuild resource
Steps to Reproduce
1.) I initialize a module:
2.) I commit and push.
3.) Terraform Cloud gives this error:
Environment (please complete the following information):
Using Terraform v1.0.0 in Terraform Cloud
The text was updated successfully, but these errors were encountered: