{ "version": 4, "terraform_version": "1.7.3", "serial": 147, "lineage": "00191329-f324-9d80-df8d-49c4d20d014c", "outputs": { "db_endpoint": { "value": "db-2.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-7457c0e22a7193135", "ami": "ami-db611b68", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0df1db44"], "subnet_id": "subnet-c761935d", "key_name": "prod-deploy-key" } } ] } ] }