{ "version": 4, "terraform_version": "1.6.6", "serial": 346, "lineage": "88cb0ed1-1c70-a03c-5a2e-e9111cbef882", "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-39c0ff4515908a580", "ami": "ami-69ef135a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6d5fd1ba"], "subnet_id": "subnet-72d8b3df", "key_name": "prod-deploy-key" } } ] } ] }