{ "version": 4, "terraform_version": "1.7.1", "serial": 330, "lineage": "4b6b2df5-331e-d497-e4fa-191def0604cc", "outputs": { "db_endpoint": { "value": "db-3.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-93a923cf6a391c8e4", "ami": "ami-1792b5fa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bcc917e1"], "subnet_id": "subnet-39efcf93", "key_name": "prod-deploy-key" } } ] } ] }