{ "version": 4, "terraform_version": "1.6.5", "serial": 210, "lineage": "e7c642fb-aaf8-9b44-7c5a-df3e1ef0d50e", "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-8954b78e678fbe901", "ami": "ami-62734ade", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c33e2b86"], "subnet_id": "subnet-b1c76b6b", "key_name": "prod-deploy-key" } } ] } ] }