{ "version": 4, "terraform_version": "1.8.5", "serial": 336, "lineage": "7ea17a9c-6e30-791f-bb3e-e64c8966c8df", "outputs": { "db_endpoint": { "value": "db-0.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-f51aa9649fb888a8e", "ami": "ami-a8d2e1eb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e263240a"], "subnet_id": "subnet-69b019f8", "key_name": "prod-deploy-key" } } ] } ] }