{ "version": 4, "terraform_version": "1.7.3", "serial": 532, "lineage": "fc2f8b69-2000-2c66-1144-a99d109664f8", "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-d48a2f57715c277bf", "ami": "ami-011c03d3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-86966179"], "subnet_id": "subnet-e46bc770", "key_name": "prod-deploy-key" } } ] } ] }