{ "version": 4, "terraform_version": "1.6.3", "serial": 440, "lineage": "e203efa1-8867-6b36-c1da-d5d689ffe822", "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-ac93cc543e05fd332", "ami": "ami-b5d38415", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-63d6c4f6"], "subnet_id": "subnet-ba094672", "key_name": "prod-deploy-key" } } ] } ] }