{ "version": 4, "terraform_version": "1.8.2", "serial": 200, "lineage": "8b374127-532f-9661-04a2-8c65704e9a61", "outputs": { "db_endpoint": { "value": "db-1.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-46e06a3da44e6df26", "ami": "ami-8e0623bd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-765d6914"], "subnet_id": "subnet-0dc21be3", "key_name": "prod-deploy-key" } } ] } ] }