{ "version": 4, "terraform_version": "1.6.7", "serial": 431, "lineage": "016e1082-e963-8669-ab63-3ed731176586", "outputs": { "db_endpoint": { "value": "db-2.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-67dfd730c37ae0250", "ami": "ami-b60c1f85", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-51cb8cb9"], "subnet_id": "subnet-9a99cfdb", "key_name": "prod-deploy-key" } } ] } ] }