{ "version": 4, "terraform_version": "1.8.2", "serial": 535, "lineage": "91bba9f4-fcf5-7a11-1dc5-53ac361eaef2", "outputs": { "db_endpoint": { "value": "db-0.eu-west-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-db836499fe6fa08a7", "ami": "ami-c0f93af7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-840105b8"], "subnet_id": "subnet-dca827a7", "key_name": "prod-deploy-key" } } ] } ] }