{ "version": 4, "terraform_version": "1.8.6", "serial": 568, "lineage": "122eb461-680c-2189-658f-99a7096406de", "outputs": { "db_endpoint": { "value": "db-3.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-ba3cc619c1053444c", "ami": "ami-841d1f9a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ad2ed30f"], "subnet_id": "subnet-f58e7972", "key_name": "prod-deploy-key" } } ] } ] }