{ "version": 4, "terraform_version": "1.8.4", "serial": 118, "lineage": "86aab248-d7a0-3258-c4df-7e619c83a91f", "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-7131007d6c834de58", "ami": "ami-f6fe016f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-da423aa4"], "subnet_id": "subnet-4636736c", "key_name": "prod-deploy-key" } } ] } ] }