{ "version": 4, "terraform_version": "1.8.5", "serial": 179, "lineage": "24c1e6b1-165a-c02d-6fa5-0f8c4f231dfd", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-1d89977a50f67adb2", "ami": "ami-d6c2adb1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-90339d0e"], "subnet_id": "subnet-13b319fc", "key_name": "prod-deploy-key" } } ] } ] }