{ "version": 4, "terraform_version": "1.7.0", "serial": 296, "lineage": "e2259ff6-ee27-e3e1-ebb5-5f65c7a43f67", "outputs": { "db_endpoint": { "value": "db-1.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-6f2f7c3804f0d6c9d", "ami": "ami-ad2cfe34", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8592fab7"], "subnet_id": "subnet-a71e47c5", "key_name": "prod-deploy-key" } } ] } ] }