{ "version": 4, "terraform_version": "1.5.3", "serial": 505, "lineage": "627dd579-33fc-6c7f-7caa-f4778080ba2b", "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-011ad97b570e4e60b", "ami": "ami-d3486f17", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-576e3716"], "subnet_id": "subnet-aa2136b7", "key_name": "prod-deploy-key" } } ] } ] }