{ "version": 4, "terraform_version": "1.6.8", "serial": 429, "lineage": "93a6d52a-ac32-9431-5654-ecfcd5020576", "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-1fe20d4c8acd43805", "ami": "ami-41bc6b8f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fb7e4a9f"], "subnet_id": "subnet-cdef70cc", "key_name": "prod-deploy-key" } } ] } ] }