{ "version": 4, "terraform_version": "1.6.5", "serial": 433, "lineage": "2ff19c70-403d-440d-f085-0f6a6284514e", "outputs": { "db_endpoint": { "value": "db-1.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-8399ab1d2138cddd3", "ami": "ami-2fd75c69", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-17833d2c"], "subnet_id": "subnet-0665dddd", "key_name": "prod-deploy-key" } } ] } ] }