{ "version": 4, "terraform_version": "1.5.0", "serial": 492, "lineage": "7c19fe7c-93e8-ff92-be2a-2b1dab3b4276", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-83581256e88a01b56", "ami": "ami-594cb596", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7c47b8ec"], "subnet_id": "subnet-328ade40", "key_name": "prod-deploy-key" } } ] } ] }