{ "version": 4, "terraform_version": "1.7.8", "serial": 374, "lineage": "38d323bc-5f64-03a7-eab0-eaf85a4ed78a", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-47a1687507a47c720", "ami": "ami-a07dc8f4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8ca90db7"], "subnet_id": "subnet-407c6623", "key_name": "prod-deploy-key" } } ] } ] }