{ "version": 4, "terraform_version": "1.5.7", "serial": 237, "lineage": "328a9251-d684-97a6-b637-ad799cf0087e", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-c744796cc8213187b", "ami": "ami-53b3bc8f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e4ab68db"], "subnet_id": "subnet-be23067a", "key_name": "prod-deploy-key" } } ] } ] }