{ "version": 4, "terraform_version": "1.8.5", "serial": 431, "lineage": "71a65484-1c5d-6583-5af7-fa21e8a03d3b", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-ac8377ef71784077f", "ami": "ami-298fea1a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-906b8dca"], "subnet_id": "subnet-b661cdc8", "key_name": "prod-deploy-key" } } ] } ] }