{ "version": 4, "terraform_version": "1.7.3", "serial": 174, "lineage": "becd2333-87a4-4119-f7cb-5850217cad81", "outputs": { "db_endpoint": { "value": "db-2.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-522d868a3f1e9a7d4", "ami": "ami-18cadcc9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8830b751"], "subnet_id": "subnet-acc85f10", "key_name": "prod-deploy-key" } } ] } ] }