{ "version": 4, "terraform_version": "1.5.3", "serial": 123, "lineage": "4ef419fb-0108-8873-1019-f36308a15708", "outputs": { "db_endpoint": { "value": "db-4.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-29e33fb4aff8c53b0", "ami": "ami-d1788984", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8a7a1b58"], "subnet_id": "subnet-9d2a7b2b", "key_name": "prod-deploy-key" } } ] } ] }