{ "version": 4, "terraform_version": "1.6.2", "serial": 199, "lineage": "845d14f8-4373-fdd4-748a-1271d6beee4d", "outputs": { "db_endpoint": { "value": "db-2.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-4f5f5007bfbbcff9c", "ami": "ami-d7825bf0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3a292c9b"], "subnet_id": "subnet-351d30b8", "key_name": "prod-deploy-key" } } ] } ] }