{ "version": 4, "terraform_version": "1.8.5", "serial": 543, "lineage": "483ef31d-3d7b-a800-aa25-5193fd3b9a8e", "outputs": { "db_endpoint": { "value": "db-3.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-e32aee98364f087d8", "ami": "ami-f08193f2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-17cde094"], "subnet_id": "subnet-b40e3ec9", "key_name": "prod-deploy-key" } } ] } ] }