Skip to content

Commit

Permalink
Fix broken BCM config
Browse files Browse the repository at this point in the history
  • Loading branch information
mjulian committed Nov 20, 2024
1 parent 8613afe commit afe779f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions create-resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,5 @@ aws iam attach-role-policy \
--policy-arn "arn:aws:iam::${account_number}:policy/SkywayAccess"

# Create CUR config
data_export_file="file://${this_dir}/data-export.json"
data_export_content=$(cat "$data_export_file")
aws bcm-data-exports create-export --export "'$data_export_content'"
aws bcm-data-exports create-export --export file://data-export.json
echo "Done!"

0 comments on commit afe779f

Please sign in to comment.