{ "version": 4, "terraform_version": "1.5.2", "serial": 354, "lineage": "06d7c50d-dbdf-67cb-46e7-63c1039c1203", "outputs": { "db_endpoint": { "value": "db-0.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-13e3ba979173fd420", "ami": "ami-f2948048", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-92385040"], "subnet_id": "subnet-3e3e223b", "key_name": "prod-deploy-key" } } ] } ] }