{ "version": 4, "terraform_version": "1.5.4", "serial": 115, "lineage": "958824b5-8d0d-be53-90a6-dadefe483f7d", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-f835dac93af3bf59e", "ami": "ami-87e322e2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-830e8b35"], "subnet_id": "subnet-1f8ee900", "key_name": "prod-deploy-key" } } ] } ] }