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

Migrate to Terraform 12 #6

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Migrate to Terraform 12 #6

wants to merge 8 commits into from

Commits on Dec 31, 2019

  1. Migrate to Terraform 12

    mougams committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    1978bf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Merge pull request Mwea#1 from mougams/master

    Migrate to Terraform 12
    mougams authored Jan 2, 2020
    Configuration menu
    Copy the full SHA
    72c7204 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Replace Mwea reference by criteo-forks

    Mainly to build
    mougams committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    9ae5232 View commit details
    Browse the repository at this point in the history
  2. Fix import path

    mougams committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    a6ebc94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61275bb View commit details
    Browse the repository at this point in the history
  4. Upgrade go version in travis

    mougams committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    ad5f500 View commit details
    Browse the repository at this point in the history
  5. Reference provisioner from Mwea repo

    As there is no releases yet on current repo
    mougams committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    2a2d44c View commit details
    Browse the repository at this point in the history
  6. Revert TF 12 update done on some files

    Travis fails with error
    chefsolo/provisioner_config.go:54:5: unknown field 'Type' in struct
    literal of type schema.Resource
    chefsolo/provisioner_config.go:55:5: unknown field 'Optional' in struct
    literal of type schema.Resource
    chefsolo/provisioner_config.go:58:5: unknown field 'Type' in struct
    literal of type schema.Resource
    chefsolo/provisioner_config.go:59:5: unknown field 'Optional' in struct
    literal of type schema.Resource
    chefsolo/provisioner_config.go:62:5: unknown field 'Type' in struct
    literal of type schema.Resource
    chefsolo/provisioner_config.go:63:5: unknown field 'Optional' in struct
    literal of type schema.Resource
    chefsolo/provisioner_config.go:64:5: unknown field 'Default' in struct
    literal of type schema.Resource
    chefsolo/provisioner_config.go:67:5: unknown field 'Type' in struct
    literal of type schema.Resource
    chefsolo/provisioner_config.go:68:5: unknown field 'Elem' in struct
    literal of type schema.Resource
    chefsolo/provisioner_config.go:69:5: unknown field 'Optional' in struct
    literal of type schema.Resource
    mougams committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    93717f0 View commit details
    Browse the repository at this point in the history