{ "version": 4, "terraform_version": "1.6.4", "serial": 497, "lineage": "5ecffd10-7228-87c0-7622-47c2e61af238", "outputs": { "db_endpoint": { "value": "db-0.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-94d0512358e04de52", "ami": "ami-5ed514d7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e26e9e36"], "subnet_id": "subnet-07ecc307", "key_name": "prod-deploy-key" } } ] } ] }