{ "version": 4, "terraform_version": "1.6.4", "serial": 336, "lineage": "744027b5-674f-7f96-777f-aefefbb95dee", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-d3cd65fb01a76935d", "ami": "ami-dafebfc6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b4965726"], "subnet_id": "subnet-dec42e07", "key_name": "prod-deploy-key" } } ] } ] }