{ "version": 4, "terraform_version": "1.5.9", "serial": 324, "lineage": "edc503ec-5344-7397-d8e4-b9d806ee6ec7", "outputs": { "db_endpoint": { "value": "db-4.us-east-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-aaf4e5fa60acf7660", "ami": "ami-b3333829", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-210dcf0b"], "subnet_id": "subnet-8b1bfde9", "key_name": "prod-deploy-key" } } ] } ] }