tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Fn: provider in position: 1 is nil. ComposingConfigurationProvider does not support nil values

Open simengineering opened this issue 3 years ago • 2 comments

fn create context zonea --provider oracle fn use context zonea fn update context oracle.compartment-id $COMPID fn update context api-url $API_URL fn update context registry $ARTIFACTORY

fn create app image-import --annotation oracle.com/oci/subnetIds='["$SUBNET"]'

returns error : Fn: provider in position: 1 is nil. ComposingConfigurationProvider does not support nil values

fn list contexts

CURRENT NAME PROVIDER API URL REGISTRY default default http://localhost:8080

  • zonea oracle https://functions.us-gov-xxxxx artifact.xxxx.xxxx

simengineering avatar Jun 16 '22 11:06 simengineering