{ "version": 4, "terraform_version": "1.7.4", "serial": 534, "lineage": "179407f3-f0d4-8b54-4e28-4f2834efab99", "outputs": { "db_endpoint": { "value": "db-3.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-996ab549488fe96cf", "ami": "ami-207a19bd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-aa41bdeb"], "subnet_id": "subnet-0227bf9b", "key_name": "prod-deploy-key" } } ] } ] }