{ "version": 4, "terraform_version": "1.6.1", "serial": 102, "lineage": "4b2cff46-5561-3f5b-d158-261b04891a85", "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-ef7f04558bc09e7f8", "ami": "ami-440b16e6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aaac16b3"], "subnet_id": "subnet-cd0f8d6d", "key_name": "prod-deploy-key" } } ] } ] }