{ "version": 4, "terraform_version": "1.5.0", "serial": 395, "lineage": "915b3709-c33c-0d51-c240-047bbd522e07", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3bffa41c652fb027f", "ami": "ami-349b1638", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d3638121"], "subnet_id": "subnet-89c990ad", "key_name": "prod-deploy-key" } } ] } ] }