{ "version": 4, "terraform_version": "1.6.0", "serial": 190, "lineage": "dcbf8380-7084-373d-e83d-9effcedd0b8d", "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-ffdb4e381f68fa7f0", "ami": "ami-a082dc60", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7f0201f6"], "subnet_id": "subnet-35c2a29c", "key_name": "prod-deploy-key" } } ] } ] }