{ "version": 4, "terraform_version": "1.8.0", "serial": 126, "lineage": "0e03d2b3-2af6-1a40-d3cb-899bc1f0bb21", "outputs": { "db_endpoint": { "value": "db-3.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-824fd4d3e234d650f", "ami": "ami-153a3c93", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1fbaa47f"], "subnet_id": "subnet-c6d47238", "key_name": "prod-deploy-key" } } ] } ] }