{ "version": 4, "terraform_version": "1.8.8", "serial": 122, "lineage": "3952c41b-e338-463f-a9d2-83aae263d6e3", "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-aaf4df4672c003746", "ami": "ami-e126d764", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3533b1b1"], "subnet_id": "subnet-41fe6c99", "key_name": "prod-deploy-key" } } ] } ] }