{ "version": 4, "terraform_version": "1.8.6", "serial": 571, "lineage": "6d50ec03-b3fe-1589-a1e8-ce5881df524d", "outputs": { "db_endpoint": { "value": "db-4.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-94a6719ff01d5ce48", "ami": "ami-b124308b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c19773fc"], "subnet_id": "subnet-ddbd4432", "key_name": "prod-deploy-key" } } ] } ] }