{ "version": 4, "terraform_version": "1.8.0", "serial": 508, "lineage": "2a2df398-92df-3e24-35ea-9983209eece7", "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-6d600bdc1c211fb1c", "ami": "ami-7102e0e7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f10e1a24"], "subnet_id": "subnet-2beaf157", "key_name": "prod-deploy-key" } } ] } ] }