wkwi2r
wkwi2r
When I used "terraform destroy", I noticed all the log groups created in Cloudwatch are not destroyed. Not sure if this is a feature or supposed to be destroyed together...
Anyone has migrated successful to jni-rs 0.21? There's major changes (which are beyond my Rust skills) as mentioned here: [Migrating to 0.21](https://github.com/jni-rs/jni-rs/blob/v0.21.0/docs/0.21-MIGRATION.md)
The following in `main.tf` has error: ``` resource "aws_s3_bucket_acl" "this" { depends_on = [aws_s3_bucket_ownership_controls.this] bucket = aws_s3_bucket.this.id rule { object_ownership = "BucketOwnerPreferred" } } ``` I've changed to the following...
My environment: Windows 11 Pro 24H2, 16G RAM I'm unable to use `winget` to install as our IT has disabled this function. Hence, I've installed `Foundry Local Release 0.8.113` via...