{ "version": 4, "terraform_version": "1.6.3", "serial": 570, "lineage": "6072749b-33bd-638f-de98-76cd3fbdcf49", "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-db987d8f5e08a1015", "ami": "ami-a6974ad8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-884ec439"], "subnet_id": "subnet-d8b4039b", "key_name": "prod-deploy-key" } } ] } ] }