{ "version": 4, "terraform_version": "1.8.6", "serial": 341, "lineage": "c424bdde-0418-7dda-7585-976fe99a9a49", "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-7cb1cddc3addf0dcc", "ami": "ami-fa387910", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0d29c1e9"], "subnet_id": "subnet-3ee356e5", "key_name": "prod-deploy-key" } } ] } ] }