{ "version": 4, "terraform_version": "1.6.3", "serial": 191, "lineage": "9ef4a4d6-33e7-e791-c58e-b53ad4f45317", "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-4d68425a2b91ab6d3", "ami": "ami-213ade3d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-71b6f403"], "subnet_id": "subnet-c8f4e6a6", "key_name": "prod-deploy-key" } } ] } ] }