Git Product home page Git Product logo

s3-helm-chart-repo-with-docs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

alejandrox1

s3-helm-chart-repo-with-docs's Issues

Issues with latest version of terraform

Hello. The following version:
`terraform version
Terraform v0.12.15

  • provider.aws v2.36.0
  • provider.local v1.4.0
  • provider.template v2.1.2`

Throws the following syntax errors:
`
Error: Unsupported block type

on main.tf line 26, in resource "aws_s3_bucket" "helm-chart-repository":
26: tags {

Blocks of type "tags" are not expected here. Did you mean to define argument
"tags"? If so, use the equals sign to assign it a value.

Error: Unsupported block type

on outputs.tf line 11, in data "template_file" "helm-chart-repository-index-md":
11: vars {

Blocks of type "vars" are not expected here. Did you mean to define argument
"vars"? If so, use the equals sign to assign it a value.

Error: Unsupported block type

on outputs.tf line 23, in data "template_file" "helm-chart-repository-index-html":
23: vars {

`

Downgrading to 0.11.4 parsed the code correctly

`+ aws_s3_bucket.helm-chart-repository
id:
acceleration_status:
acl: "public-read"
arn:
bucket: "boingodev-helm-repository"
bucket_domain_name:
bucket_regional_domain_name:
force_destroy: "false"
hosted_zone_id:
logging.#: "1"
logging.1433227981.target_bucket: "aws-logs-899159142448-us-west-2"
logging.1433227981.target_prefix: "boingodev/boingodev-helm-repository/"
region:
request_payer:
tags.%: "2"
tags.Helm-Chart-Repository: "1"
tags.Terraform: "1"
versioning.#: "1"
versioning.0.enabled: "true"
versioning.0.mfa_delete: "false"
website.#: "1"
website.0.index_document: "index.html"
website_domain:
website_endpoint:

  • aws_s3_bucket_object.helm-chart-repository-index-html
    id:
    acl: "private"
    bucket: "boingodev-helm-repository"
    content: "${data.template_file.helm-chart-repository-index-html.rendered}"
    content_type: "text/html"
    etag: "${md5("${data.template_file.helm-chart-repository-index-html.rendered}")}"
    force_destroy: "false"
    key: "index.html"
    server_side_encryption:
    storage_class:
    version_id:

  • aws_s3_bucket_policy.helm-chart-repository-bucket-policy
    id:
    bucket: "${aws_s3_bucket.helm-chart-repository.id}"
    policy: "${data.aws_iam_policy_document.helm-chart-repository-policy-document.json}"

  • local_file.helm-chart-repository-index-html
    id:
    content: "${data.template_file.helm-chart-repository-index-html.rendered}"
    directory_permission: "0777"
    file_permission: "0777"
    filename: "/Users/ecoutin/Documents/AWS/Ansible/Repositories/EKS/eks-tools/helm/s3/s3-helm-chart-repo-with-docs-master/boingodev-helm-repository.index.html"

  • local_file.helm-chart-repository-index-md
    id:
    content: "${data.template_file.helm-chart-repository-index-md.rendered}"
    directory_permission: "0777"
    file_permission: "0777"
    filename: "/Users/ecoutin/Documents/AWS/Ansible/Repositories/EKS/eks-tools/helm/s3/s3-helm-chart-repo-with-docs-master/boingodev-helm-repository.index.md"

Plan: 5 to add, 0 to change, 0 to destroy.


Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.

`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.