{ "version": 4, "terraform_version": "1.6.9", "serial": 554, "lineage": "ce71bef3-da24-7e61-a83f-85a7bfa693d3", "outputs": { "db_endpoint": { "value": "db-3.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-212708426eef2db37", "ami": "ami-69687818", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b4ffcaf6"], "subnet_id": "subnet-56bc2427", "key_name": "prod-deploy-key" } } ] } ] }