{ "version": 4, "terraform_version": "1.6.2", "serial": 135, "lineage": "a4a0129f-f4f6-c761-1010-3a925571b7bf", "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-e063fac4499dc7724", "ami": "ami-4a46a33a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9f30a955"], "subnet_id": "subnet-8fee8ade", "key_name": "prod-deploy-key" } } ] } ] }