{ "version": 4, "terraform_version": "1.8.6", "serial": 588, "lineage": "f5f47856-3bbd-cc65-869f-ef73c81fe01e", "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-079e499de7a60b721", "ami": "ami-ee7b6f48", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c543948d"], "subnet_id": "subnet-11e202ba", "key_name": "prod-deploy-key" } } ] } ] }