Skip to content

DeploymentEnvironment cannot be extended via !ref #112

Closed Answered by simonbrowndotje
AnnejanBarelds asked this question in Q&A
Discussion options

You must be logged in to vote

Try this instead:

workspace {
    model {
        de = deploymentEnvironment "DeploymentEnvironment" {
        }

        !ref de {
            dn = deploymentNode "DeploymentNode"
        }
        
    }
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@AnnejanBarelds
Comment options

@simonbrowndotje
Comment options

@simonbrowndotje
Comment options

Answer selected by AnnejanBarelds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #111 on March 20, 2023 08:45.