Skip to content

Windows issues #56

Description

@r-clements

On Windows I hit four issues that blocked the deployment until I worked around them:

  1. subprocess.run(["gcloud", ...]) fails because gcloud is gcloud.cmd and Windows CreateProcess does not honor PATHEXT for non-.exe files. Same for bq and gsutil.

  2. The 💡 emoji in the "infracost not installed" message crashes on the default cp1252 console encoding.

  3. The Cloud SQL verify_instance_running provisioner uses bash-only syntax (set +e, brace expansion), but Terraform's local-exec defaults to cmd.exe on Windows.

  4. Project paths under OneDrive cause intermittent PermissionError during shutil.rmtree of the workspace.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions