{ "version": 4, "terraform_version": "1.5.0", "serial": 310, "lineage": "1c10c851-9b0a-5ecc-3d20-950013b2d58c", "outputs": { "db_endpoint": { "value": "db-1.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-fa1428483ebcbcc99", "ami": "ami-e6eba146", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bb8d165f"], "subnet_id": "subnet-1710f185", "key_name": "prod-deploy-key" } } ] } ] }