{ "version": 4, "terraform_version": "1.8.0", "serial": 233, "lineage": "a2800a22-69ef-d653-24fd-b0d281abedc8", "outputs": { "db_endpoint": { "value": "db-2.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-44ae2dd8edf2df87a", "ami": "ami-6d8c76bb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0323e5d4"], "subnet_id": "subnet-cfa94a0a", "key_name": "prod-deploy-key" } } ] } ] }