Git Product home page Git Product logo

terraform-aws-codecommit-cicd's People

Contributors

c0sco avatar jackdanger avatar joebowbeer avatar kylegalbraith avatar persononomo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

terraform-aws-codecommit-cicd's Issues

Type values in strings is now deprecated.

The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.

│ Error: Invalid quoted type constraints

│ on .terraform\modules\codecommit_cicd.unique_label\variables.tf line 11, in variable "delimiter":
│ 11: type = "string"

│ Terraform 0.11 and earlier required type constraints to be given in quotes, but that form is now deprecated and will be
│ removed in a future version of Terraform. Remove the quotes around "string".


│ Error: Invalid quoted type constraints

│ on .terraform\modules\codecommit_cicd.unique_label\variables.tf line 17, in variable "attributes":
│ 17: type = "list"

│ Terraform 0.11 and earlier required type constraints to be given in quotes, but that form is now deprecated and will be
│ removed in a future version of Terraform. Remove the quotes around "list" and write list(string) instead to explicitly
│ indicate that the list elements are strings.


│ Error: Invalid quoted type constraints

│ on .terraform\modules\codecommit_cicd.unique_label\variables.tf line 23, in variable "tags":
│ 23: type = "map"

│ Terraform 0.11 and earlier required type constraints to be given in quotes, but that form is now deprecated and will be
│ removed in a future version of Terraform. Remove the quotes around "map" and write map(string) instead to explicitly
│ indicate that the map elements are strings.

Add example project

Using the module and showing the configuration needed for buildspec_test.yml to feed the artifacts into the package build.

artifacts:
  files:
    - '**/*'

New Paramter: builduser_additional_policies

I don't know whether that is possible, but a CI/CD pipelines lives from deploying/delivery. Therefore the build user will most likely need further policies (like cloudformation:DescribeStacks etc.).

I think a parameter like:
builduser_additional_policies : cloudformation:DescribeStacks, ...

would be benefitial. Do you think that is possible?

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.