{ "version": 4, "terraform_version": "1.8.9", "serial": 316, "lineage": "6081d7a0-f29c-6fc0-3acc-177088b05d1d", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2cf176859fdd5e5ca", "ami": "ami-343df47e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-91e3d0ed"], "subnet_id": "subnet-d211a21b", "key_name": "prod-deploy-key" } } ] } ] }