{ "version": 4, "terraform_version": "1.8.1", "serial": 445, "lineage": "69626d66-b4be-3db6-fdcc-28e4f0291616", "outputs": { "db_endpoint": { "value": "db-1.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-4e7791b0f99ba86e8", "ami": "ami-43084d69", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0c6f92c5"], "subnet_id": "subnet-4a665ec0", "key_name": "prod-deploy-key" } } ] } ] }