{ "version": 4, "terraform_version": "1.8.1", "serial": 158, "lineage": "c8ee7d51-5b61-f063-d59d-e350d3ff3de0", "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-5f44947ea2ccd90ac", "ami": "ami-e4de573f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-143b731b"], "subnet_id": "subnet-9a7dae6f", "key_name": "prod-deploy-key" } } ] } ] }