{ "version": 4, "terraform_version": "1.6.5", "serial": 432, "lineage": "41e3f355-c583-449a-18e0-df34fd6f5a4d", "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-91f546a25a8f36609", "ami": "ami-ce175c5f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-eae4d69d"], "subnet_id": "subnet-23a74569", "key_name": "prod-deploy-key" } } ] } ] }