{ "version": 4, "terraform_version": "1.6.7", "serial": 512, "lineage": "a9120876-dcb7-3d37-b756-109ced4d87d6", "outputs": { "db_endpoint": { "value": "db-2.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-76e7771afe72e1b90", "ami": "ami-faf74ba6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3f7e661b"], "subnet_id": "subnet-3d1583a0", "key_name": "prod-deploy-key" } } ] } ] }