We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2568f11 commit 74c710dCopy full SHA for 74c710d
blocks/companyTld.js
@@ -1,3 +1,3 @@
1
module.exports.resolve = ({variableUtils}) => {
2
- return variableUtils.resolveVariable('ssm(us-east-1):/ib2/aws/companyTld'); // TODO ib2 ref
+ return variableUtils.resolveVariable('ssm(us-east-1):/stencil/aws/companyTld');
3
};
0 commit comments