{ "version": 4, "terraform_version": "1.5.8", "serial": 523, "lineage": "6781f14b-fc9e-9b42-5236-8ad89e630e41", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-767c5006dff5d3caf", "ami": "ami-88305e00", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2591ff3d"], "subnet_id": "subnet-3761eb8f", "key_name": "prod-deploy-key" } } ] } ] }