{ "version": 4, "terraform_version": "1.8.4", "serial": 481, "lineage": "6c089cdd-793d-0e20-9464-1101d772c3da", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-d86e8c4d5c4bfe596", "ami": "ami-4900ee0b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a12f0052"], "subnet_id": "subnet-d0ffd6de", "key_name": "prod-deploy-key" } } ] } ] }