{ "version": 4, "terraform_version": "1.7.4", "serial": 194, "lineage": "8ab3c970-7455-07d7-6e53-682ec22f5cf4", "outputs": { "db_endpoint": { "value": "db-0.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-7c8e83884cb3e8f4d", "ami": "ami-43cb515a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-74822c24"], "subnet_id": "subnet-3c79fa0e", "key_name": "prod-deploy-key" } } ] } ] }