{ "version": 4, "terraform_version": "1.6.7", "serial": 394, "lineage": "8fc55c73-c8e0-5485-2624-27d174c65cc6", "outputs": { "db_endpoint": { "value": "db-1.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-f54c1de39ec84c2c7", "ami": "ami-37450cf3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-948d472a"], "subnet_id": "subnet-a6a7a447", "key_name": "prod-deploy-key" } } ] } ] }