{ "version": 4, "terraform_version": "1.8.6", "serial": 289, "lineage": "5a22afb0-95b6-0639-4d49-8c22205a2f5e", "outputs": { "db_endpoint": { "value": "db-0.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-823f84b02cd17c12f", "ami": "ami-5fc2d361", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7ca584fc"], "subnet_id": "subnet-60731280", "key_name": "prod-deploy-key" } } ] } ] }