Code Monkey home page Code Monkey logo

cloud-asset-appsul-terraform-samples's People

Contributors

rishimahajan avatar

Stargazers

 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  avatar  avatar  avatar  avatar  avatar  avatar

cloud-asset-appsul-terraform-samples's Issues

Error at Create network and bastion host step

Got an error when running the command after updating the json input: module.create_bastion.var.bastion_image: Resource 'data.oci_core_images.InstanceImageOCID' not found for variable 'data.oci_core_images.InstanceImageOCID.images.0.id’

Provider and TF version compatibility

@rishimahajan , Hi Rishi,

EBusinessSuite/provider.tf has the following code:

terraform {
  required_version = ">= 0.11.8"
}

provider "oci" {
  version = "=3.5.0"
  ...
}

If users upgrade their TF installation to v0.12, then the OCI provider version in this code (locked to 3.5.0) won’t be compatible. Also, I understand that TF v0.12 introduced some changes in the configuration language.

Should the TF code be updated to set the TF version to =0.11.8 (instead of >=0.11.8)?

Or, should we leave the code as is, and ask customers (in the Solutions docs for EBS, JDE, PSFT, & Siebel) to follow the instructions in the TF upgrade guide if they choose to upgrade to TF v0.12?

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.