{ "version": 4, "terraform_version": "1.8.9", "serial": 236, "lineage": "82546c6d-32e6-6bea-a78d-6fa0a94aa46a", "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-b5a4d074a200cc299", "ami": "ami-9202946a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-59b8e984"], "subnet_id": "subnet-633b2158", "key_name": "prod-deploy-key" } } ] } ] }