{ "version": 4, "terraform_version": "1.8.7", "serial": 125, "lineage": "09fe665e-7971-132a-3416-4135e80cb802", "outputs": { "db_endpoint": { "value": "db-3.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-c6e997c0bb50c0a85", "ami": "ami-a11f8abb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-769f77a2"], "subnet_id": "subnet-5bfd2a44", "key_name": "prod-deploy-key" } } ] } ] }