{ "version": 4, "terraform_version": "1.8.2", "serial": 504, "lineage": "975cf040-bbcf-55f6-a531-5f8105835706", "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-3d40e13b665d1cbff", "ami": "ami-8f4d2dc5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-933b8399"], "subnet_id": "subnet-353fb67d", "key_name": "prod-deploy-key" } } ] } ] }