{ "version": 4, "terraform_version": "1.6.9", "serial": 448, "lineage": "875cef29-c0e4-112a-94e2-7ee16bf2218a", "outputs": { "db_endpoint": { "value": "db-3.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-67dd7e25bf7efb903", "ami": "ami-e16e1ec3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3d38a208"], "subnet_id": "subnet-69ae27f1", "key_name": "prod-deploy-key" } } ] } ] }