We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346452b commit fcd183bCopy full SHA for fcd183b
user_data/saas.tftpl
@@ -73,12 +73,6 @@ spacelift () {(
73
export SPACELIFT_METADATA_asg_id=$(aws autoscaling --region=${region} describe-auto-scaling-instances --instance-ids $SPACELIFT_METADATA_instance_id | jq -r '.AutoScalingInstances[0].AutoScalingGroupName')
74
75
echo "Starting the Spacelift binary" >> /var/log/spacelift/info.log
76
-
77
- if [[ -n "$fedrampSuffix" ]]; then
78
- echo "Setting GODEBUG=fips140=only for fedRAMP compliance" >> /var/log/spacelift/info.log
79
- export GODEBUG=fips140=only
80
- fi
81
82
/usr/bin/spacelift-launcher 1>>/var/log/spacelift/info.log 2>>/var/log/spacelift/error.log
83
)}
84
0 commit comments