{ "version": 4, "terraform_version": "1.5.7", "serial": 461, "lineage": "6c7805be-68be-e58d-067e-c8f741a38f03", "outputs": { "db_endpoint": { "value": "db-2.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-ee26687edac1f4319", "ami": "ami-6381637b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c30ac8ff"], "subnet_id": "subnet-56c88cf7", "key_name": "prod-deploy-key" } } ] } ] }