{ "version": 4, "terraform_version": "1.8.4", "serial": 508, "lineage": "7af4542f-9e36-51da-ea25-7349724bcdc1", "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-8e9a3c984e98b36d8", "ami": "ami-62992847", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c0b879be"], "subnet_id": "subnet-67c6eed0", "key_name": "prod-deploy-key" } } ] } ] }