{ "version": 4, "terraform_version": "1.6.7", "serial": 110, "lineage": "c7698f69-3979-0147-19d2-438b2ba62be9", "outputs": { "db_endpoint": { "value": "db-0.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-0ae9057d3357ce729", "ami": "ami-bc84ec0b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1828f1c2"], "subnet_id": "subnet-fde574e7", "key_name": "prod-deploy-key" } } ] } ] }