{ "version": 4, "terraform_version": "1.5.1", "serial": 429, "lineage": "fef72338-35ff-34b2-b1a2-c587d2627f3e", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-e5361d931b8519f9f", "ami": "ami-28d45677", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-32f011a0"], "subnet_id": "subnet-75b9fc1d", "key_name": "prod-deploy-key" } } ] } ] }