{ "version": 4, "terraform_version": "1.6.5", "serial": 499, "lineage": "31faf2d7-d223-1552-0337-c57e081c90bf", "outputs": { "db_endpoint": { "value": "db-0.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-0fe08a3eb52304100", "ami": "ami-7626ca7d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d40fe5f2"], "subnet_id": "subnet-e7e6613a", "key_name": "prod-deploy-key" } } ] } ] }