{ "version": 4, "terraform_version": "1.8.5", "serial": 407, "lineage": "400b78c9-f253-35a0-109f-13ada8c2475e", "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-e05a0d96954541fdb", "ami": "ami-de495693", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6548e3a8"], "subnet_id": "subnet-72132613", "key_name": "prod-deploy-key" } } ] } ] }