Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds GitHub actions #7

Merged
merged 4 commits into from
Feb 15, 2020
Merged

Adds GitHub actions #7

merged 4 commits into from
Feb 15, 2020

Conversation

ksatirli
Copy link
Owner

No description provided.

@github-actions
Copy link

terraform validate Failed


Error: Call to unknown function

  on outputs.tf line 67, in output "readme_id":
  67:   value       = try(aws_s3_bucket_object.readme[0].id, null)

There is no function named "try".


Error: Call to unknown function

  on outputs.tf line 76, in output "readme_etag":
  76:   value       = try(aws_s3_bucket_object.readme[0].etag, null)

There is no function named "try".


Error: Call to unknown function

  on outputs.tf line 85, in output "readme_version_id":
  85:   value       = try(aws_s3_bucket_object.readme[0].version_id, null)

There is no function named "try".

Workflow: Code Quality: Terraform, Action: hashicorpterraform-github-actions3, Working Directory: .

updates minimally required Terraform version to `0.12.20` because of `try`
@ksatirli ksatirli merged commit c782265 into master Feb 15, 2020
@ksatirli ksatirli deleted the adds-github-actions branch February 15, 2020 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants