{ "version": 4, "terraform_version": "1.5.3", "serial": 543, "lineage": "8cde7385-3be9-3692-fb11-d9b6f13ae407", "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-d801ffc0c8805c0ee", "ami": "ami-db27d503", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3ced7226"], "subnet_id": "subnet-1fcdbda0", "key_name": "prod-deploy-key" } } ] } ] }