Skip to content

Commit b9d5fb6

Browse files
authored
Change FedRAMP URL to fedramp.spacelift.io (#28)
As we think that will be more future poof. Our environment runs in non-gov cloud and only FedRAMP moderate. In case we launch a FedRAMP High in the future, that runs in gov-cloud, the current URL could lead to a lot of customer confusion. CU-869a9w96v
1 parent 6b2bc7b commit b9d5fb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.spacelift/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 1
2-
module_version: 1.1.0
2+
module_version: 1.1.1
33

44
tests:
55
- name: System-assigned identity

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ terraform {
1515
}
1616
1717
module "azure-worker" {
18-
source = "github.com/spacelift-io/terraform-azure-spacelift-workerpool?ref=v1.1.0"
18+
source = "github.com/spacelift-io/terraform-azure-spacelift-workerpool?ref=v1.1.1"
1919
2020
admin_password = "Super Secret Password!"
2121

vmss.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [[ -n "$SPACELIFT_TOKEN" ]]; then
3434
decoded_token=$(echo "$SPACELIFT_TOKEN" | base64 -d 2>/dev/null || echo "")
3535
if [[ -n "$decoded_token" ]]; then
3636
broker_endpoint=$(echo "$decoded_token" | jq -r '.broker.endpoint' 2>/dev/null || echo "")
37-
if [[ "$broker_endpoint" == *".gov.spacelift.io" ]]; then
37+
if [[ "$broker_endpoint" == *".fedramp.spacelift.io" ]]; then
3838
fedrampSuffix="-fedramp"
3939
fi
4040
fi

0 commit comments

Comments
 (0)