{ "version": 4, "terraform_version": "1.8.7", "serial": 578, "lineage": "2eb90878-1dfa-2b3f-2499-de97ab69d992", "outputs": { "db_endpoint": { "value": "db-2.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-6d09e3ed72454898f", "ami": "ami-234ac0ae", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-93f776de"], "subnet_id": "subnet-f1938c65", "key_name": "prod-deploy-key" } } ] } ] }