{ "version": 4, "terraform_version": "1.7.8", "serial": 486, "lineage": "9c77b5be-8641-d673-db37-b2374f6adbf2", "outputs": { "db_endpoint": { "value": "db-2.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-231297626ed6dce7f", "ami": "ami-10c4e589", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-97b90df3"], "subnet_id": "subnet-d7e18a8e", "key_name": "prod-deploy-key" } } ] } ] }