{ "version": 4, "terraform_version": "1.8.9", "serial": 452, "lineage": "05521a2f-413c-6847-bbd0-4af79796dac9", "outputs": { "db_endpoint": { "value": "db-1.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-08c301e96ea67ba75", "ami": "ami-fea4eef9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7a0d4376"], "subnet_id": "subnet-17bb22f1", "key_name": "prod-deploy-key" } } ] } ] }