Skip to content
Snippets Groups Projects
  • Mathieu Parent's avatar
    d64b341b
    Update terraform GCP to Ubuntu 20.04 (latest LTS) (#8463) · d64b341b
    Mathieu Parent authored
    * Fix terraform Warning
    
    Version constraints inside provider configuration blocks are deprecated
    
    Terraform 0.13 and earlier allowed provider version constraints inside the
    provider configuration block, but that is now deprecated and will be removed
    in a future version of Terraform. To silence this warning, move the provider
    version constraint into the required_providers block.
    
    * Fix terraform Warning: Quoted references are deprecated
    
    * terraform: Update GCP Ubuntu to latest LTS
    Update terraform GCP to Ubuntu 20.04 (latest LTS) (#8463)
    Mathieu Parent authored
    * Fix terraform Warning
    
    Version constraints inside provider configuration blocks are deprecated
    
    Terraform 0.13 and earlier allowed provider version constraints inside the
    provider configuration block, but that is now deprecated and will be removed
    in a future version of Terraform. To silence this warning, move the provider
    version constraint into the required_providers block.
    
    * Fix terraform Warning: Quoted references are deprecated
    
    * terraform: Update GCP Ubuntu to latest LTS