{ "version": 4, "terraform_version": "1.8.5", "serial": 289, "lineage": "47b91963-c6ac-b82c-b7d5-609636f68136", "outputs": { "db_endpoint": { "value": "db-4.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-8b9624e58a32aee93", "ami": "ami-c871f175", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-48bddc88"], "subnet_id": "subnet-b5ec0e2d", "key_name": "prod-deploy-key" } } ] } ] }